Is there a best praxis to follow now to make a content provider’s
database to arrange with a network database? Not synchronization but a
workaround to keep both of them expandable either from android user or
network user.


On Sep 5, 10:50 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> 2008/9/2 joebowbeer <[EMAIL PROTECTED]>
>
>
>
> > On Aug 29, 4:43 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> > > Android framework does not provide any inbuilt service to sync your app's
> > > database with with a network database.
> > > You could use the the HttpClient library to communicate with the
> > > Server...apart from the the sync logic is something you will have
> > > to design ...sorry I can't help much there...
>
> > What do the android.content.Sync* classes do?  Examples: SyncProvider,
> > SyncableContentProvider, SyncAdapter, SyncStorageEngine ...
>
> You are looking at the right APIs, they are for syncing content
> providers...but apart from these, a few other APIs needed for sync are still
> not released in the current sdk, so you wont be able to use this feature for
> now.
>
>
>
> > Here's an earlier investigation:
>
> >http://mylifewithandroid.blogspot.com/2008/02/synchronization-in-andr...
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to