I am doing map application in Android with polling functionality - i.e. I have webservice which giving customers current lat/lang position.
So I need to show it on map with marker. For that I need to call web service every 30 seconds and get current lat/lat values and display it on the map. I have tried timer but the entire page is getting refreshed so my screen flickers. I need to update lat/lang position alone - not the entire screen. Can anybody guide me in this? Examples are much appreciated.
Thanks.