Mapview Doesn't Invalidate Onprogressupdated Of Async Task
I'm using OSMdroid Mapview and using AsyncTask class to get some data, and I create overlays and try to redraw every time I get a msg. Unfortunately I'm able to get data from a cl
Solution 1:
Finally resolved it. I was actually replacing my MapFragment class which led to all this loss of Object and a new object created was interfacing the old one, and so the data received to interfacing to the older MapFragment and not the new MapFragment. Got it resolved, once I found the logically analyzing the code. Anyways, thanks for the support @kurtzmarc you have been very helpful until now. I will continue same with OSMdroid to see any more things that I come up with.
Post a Comment for "Mapview Doesn't Invalidate Onprogressupdated Of Async Task"