When I get the requested location from the LocationClient.onLocationChanged(), is it better to
- call
disconnect()and then inonDiconnected()to callremoveLocationUpdates()or to - call
removeLocationUpdates()anddisconnect()subsequently
?
This blog is all about Android development and problems\solutions
When I get the requested location from the LocationClient.onLocationChanged(), is it better to
disconnect() and then in onDiconnected() to call removeLocationUpdates() or toremoveLocationUpdates() and disconnect() subsequently?
0 comments:
Post a Comment