xhsyy / recycle-locator

Automatically exported from code.google.com/p/recycle-locator
0 stars 0 forks source link

Try to move location detection to FINMenu or FINSplash #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The basic issue here is that right now, everytime you back out of the map view, 
location information is lost.  The reason is that everything everything is 
being initialized in FINMap, which is not the first activity called.  Since a 
user will often go back to the category screen, it makes sense that location 
services should begin here, so that the estimates are maintained upon switching 
categories.

Hopefully this can be done tonight, since it might involve some fairly decent 
sized changes and we are close to release date.

Original issue reported on code.google.com by raftysworld@gmail.com on 8 Mar 2011 at 8:27

GoogleCodeExporter commented 9 years ago
I think we have finally found the right solution for this.  Well test and 
refile bugs if necessary, but keeping a "last-used location" is a good move, 
and now we only pan to the user's location upon the first load of the map, and 
not subsequent

Original comment by raftysworld@gmail.com on 9 Mar 2011 at 12:32