Here i develop one android application, I want to call web service automatically in background after some time duration which i set, How to do this i don't know.
please help me.
Thanks in Advance.
Here i develop one android application, I want to call web service automatically in background after some time duration which i set, How to do this i don't know.
please help me.
Thanks in Advance.
Use AlarmManager to call your app at your set interval. Whenever your app is called by it, access your webservice.