tags:

views:

40

answers:

2

Hi! i am using a web service. i have to start that particular service at every 6 hrs interval, automatically . i want to perform this task with alarm manger. but i have no idea.

+1  A: 

Hint: if your question contains fewer than 100 words, you have not provided enough detail in your question.

In this case, it is unclear what you have "no idea" about.

Here is a sample project from one of my books that uses AlarmManager. Here is a sample project from another of my books that accesses a Web service.

If none of these address your "no idea" issue, please post another question on StackOverflow with more details of where you are encountering problems.

CommonsWare
+1  A: 

This question covers the general issues. You will need to look elsewhere for the details of wiring up the web service: http://stackoverflow.com/questions/2775628/android-how-to-periodically-send-location-to-a-server

Rob Kent