multithreading - Getting current geocodes and address when current location changes by a kind of background process in android -
i developing android app
working according user current location. requirement here user current geo location latitude
,longitude
address, , of activity using these values. need longitude
,latitude
, address background process
. example process should find these values time user location changed , should update these values shared pref file other activities can use whenever need. not know , how should start.
check out tutorial here see how register locationlistener , receive updates when user location has changed. place start
Comments
Post a Comment