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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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