Anyone here into Android app dev? I'm trying to figure out how to best handle offline storage of API responses. Like should I just write everything into SQLite or what. What's a good ORM. Etc
(That being said I hope we release a new version of Tusky to the public before those things. You know how I feel about release cycles hah)
@gargron sqlite should be good enough for offline store of timelines I would think.
@Gargron you could take a look at the Conversations App github and how they store XMPP messages. A dev friend here says they are very knowledgeable.
https://github.com/siacs/Conversations
@Gargron well, I used Realm on iOS and it's pretty good. Should be the same on Android. Also, I heard good things about GreenDAO and I also liked this library
https://github.com/requery/requery