crawlerZ / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

Push the path calculations into a background thread #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What do you consider a good addition to the application.

1. Run all the path calculations on a thread
2. Do not hog the onDraw() UI-thread
3. Stop having Does-not-respond errors on heavy tracks or on IO-blockings.

Original issue reported on code.google.com by rcgr...@gmail.com on 9 Jan 2011 at 9:22

GoogleCodeExporter commented 8 years ago

Original comment by rcgr...@gmail.com on 22 Jan 2011 at 4:47

GoogleCodeExporter commented 8 years ago
Must test... seems to decent enough and stops all those ANR errors

Original comment by rcgr...@gmail.com on 22 Jan 2011 at 6:01