Hello. I have an application that works with db (sqllte). I worked with db for a long time, so i know well the commands sql select, insert, update, delete, I have to create an application that can communicate with a web service using php json to synchronize data. I have a few tables 5/6. I saw that Android provides tools for synchronization ,many already made classes I wondered if i can evaluate the hypothesis of a content provider, even if the application does not need to share data with other applications.
for synchronization can be useful work with content providers ? or can be an unnecessary waste of time? these sync api can benefit from the content provider implementation? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

