I think you can implement Push messaging from server like at veryfirst time,
when your application starts it retrieves the data from the remote server.
Then you have to write some server side script, like whenever any updates on
the remote server database, it will push those changes to Device  and this
way your application will perform a sync automatically and it will also be
battery friendly.

You can search for C2DM for android. you will get more about about android
PUSH.

On Tue, Oct 19, 2010 at 10:41 AM, Bret Foreman <[email protected]>wrote:

> Sounds like this is what you need:
>
> http://developer.android.com/resources/samples/SampleSyncAdapter/index.html
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

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

Reply via email to