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
@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