rest - is there an equivalent to CoreData and AFIncrementalStore in Android -


our data in our android app has started more complex , being updated. so, need persist relational data pulling our backend via rest json services. i'm thinking should use sql lite data store on android device rather serialized string data store using.

is there similar coredata , afincrementalstore ios in android. looking @ green dao sql-lite not sure if there better solution out there specialized orm json rest services sql lite.

take @ ormlite. can use robospice automagically retrieve data rest service , persist them inside local database.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -