Android Mapview Json Array Adding Array Of Points
I am creating a map application that receives a list of coords from a JSON array. I @Override dispatchTouchEvent to find the coords from the map and then execute an ASYNCTask to ge
Solution 1:
You should add the items in the UI thread, not in background.
Post a Comment for "Android Mapview Json Array Adding Array Of Points"