I am looking at design alternatives for an app that needs to persist
data locally to a sqlite DB, and synchronize its contents with a
server in the cloud. I have the pdf, and have watched the excellent
presentation from IO 2010. All of the recommended patterns use
ContentProviders. The only client to this DB is my app, so I have no
real need for a ContentProvider, except that I would like to use the
SyncManager. I just came across
http://stackoverflow.com/questions/4649808/syncadapter-without-a-contentprovider
which suggests that you can provide a dummy content provider which
does nothing, and sync to whatever you like.

Is this possible? Robust?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to