Re: [android-developers] auto synch of data android

2012-09-12 Thread TreKing
On Wed, Sep 12, 2012 at 7:39 AM, taha STAALI wrote: > I want to know how i can do a auto-synchronosation of data thats means how > to (even if my application it's not open) periodiquely check the server to > synchronize my data ?? Look up SyncAdapter, Service, and AlarmManager for ideas. --

[android-developers] auto synch of data android

2012-09-12 Thread taha STAALI
Hello everyone i'm coding an android application which use a server to update data after i stocke it in database. I want to know how i can do a auto-synchronosation of data thats means how to (even if my application it's not open) periodiquely check the server to synchronize my data ?? please h