I have created a local service .. now how do i access data that gets updated in it or how do i communicate with it ?
Asked
Active
Viewed 233 times
0
-
Here is a previous answer with an example of this. http://stackoverflow.com/questions/3197335/android-restful-api-service/3197456#3197456 – Robby Pond Mar 15 '11 at 12:57
-
hi.... my actual requirement includes data changing in the service in a regular time interval...that time i want the activity to get updated too... Can i use the same concept?? – Arun Abraham Mar 15 '11 at 14:24