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...

2008/8/29 Yalcin <[EMAIL PROTECTED]>

>
> Hi,
> the idea is to have two databases, one on android device and another
> on a server.
> databases and there tables can be populated with new data either on
> android device or on server.
>
> Use case:
> user can add through UI (email, sms, mms) new data to the tables and
> populate them on android device.
>
> Use case:
> user has the intention to sync android device database with the Server
> database.
>
> Use case:
> User has a similar application on Server and new added data on the
> server database will be syncronized with android device database.
>
> thanks.
>
> On Aug 30, 12:59 am, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> > 2008/8/29 Yalcin <[EMAIL PROTECTED]>
> >
> >
> >
> > > My application has a content provider, which operates on a database
> > > with 4 tables. I want to make them synchable.
> >
> > Could you clarify this a bit more...an example of what your are trying to
> do
> > will be nice...
> > If  you meant "synchable" as in they should have the same data then thats
> > always the case, because your content provider is querying the underlying
> > database.
> >
> > > What are the steps? any help or reference welcome !
> >
> > > Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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