¡@

Home 

2014/10/16 ¤W¤È 08:18:01

android Programming Glossary: locationhelper

Android find GPS location once, show loading dialog

http://stackoverflow.com/questions/3486055/android-find-gps-location-once-show-loading-dialog

this.dialog.setMessage Determining your location... this.dialog.show protected Void doInBackground Context... params LocationHelper location new LocationHelper location.getLocation params 0 locationResult return null protected void onPostExecute final.. your location... this.dialog.show protected Void doInBackground Context... params LocationHelper location new LocationHelper location.getLocation params 0 locationResult return null protected void onPostExecute final Void unused if this.dialog.isShowing.. locationResult new LocationResult @Override public void gotLocation final Location location currentLocation location LocationHelper class package org.xxx.xxx.utils import java.util.Timer imports public class LocationHelper LocationManager locationManager..