Search code examples
androidpersistenceormliteandroid-contentprovider

Using Ormlite in Conjunction with Android's Content Provider


I'm in the process of developing an Android application and I am conflicted about whether or not I should use Ormlite for updating and retrieving data in conjunction with Android Content Provider. The content provider would be used to primarily notify the app of changes in the data that have occurred in the app on other platforms. Perhaps I am making this more complicated than what it needs to be. Some more experienced opinions would be greatly appreciated!


Solution

  • Give it a try. Experience gained is usually worth the effort, even if you end up discarding the result. Oh, and let us know how it goes, because I've been curious about OrmLite too. :-)