Essentially its a tracker, one part of the app tracks gps location and logs it to a file, the other part loads the file into a mapView with the readings (taken every 10 or however many seconds you like), essentially loading the route you took. This is for using when going off road, i am into trail bike riding, i thought it would be cheaper to write an app for my phone then buy a tracker! Then when a guide takes me out in places i have never been, i'll then have the route for another time, so no need for a guide!!
But as described when loading the full track (60 being a very small log), the mapView becomes unusable. Regards, Liam On Oct 1, 3:29 pm, polyclefsoftware <[email protected]> wrote: > Do you mind sharing what type of app it is? Why are you rendering 60 > overlays at a time? > > Could the problem simply be solved by showing 10 overlays at a time > and just prompting the user to search for more if those 10 do not meet > their needs? > > On Sep 28, 8:51 am, Ne0 <[email protected]> wrote: > > > My problem is my MapView becoming very laggy and so non-responsive at > > times, that Android thinks its hit deadlock and tries to close it. > > > I am adding 60 overlays to the map view and i originally thought that > > the icon size may be causing the problem by using up all the memory. > > When i decreased the overlay icon size, it did improve things, though > > it is still to slow to be usable. Has anyone experienced anything > > similar and have a workaround? There may be a better way of doing it > > other then extending the Hello MapView example. > > > Any thoughts welcomed. > > > Thanks, > > > Liam > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

