Sunday, September 7, 2014

5 of the Best Android ORMs

If you are developing an Android application, you will likely need to store data somewhere. You may choose a Cloud service (in which case, using a SyncAdapter would be a good idea), or to store your data in the embedded SQLite database. If you take the second option, you will have to decide between writing SQL queries, using a Content Provider (useful if you want to share your data with other apps), or using an ORM.



from dzone.com: latest front page http://www.dzone.com/links/r/5_of_the_best_android_orms.html

No comments:

Post a Comment