locationlistener
Android send latitude and longitude on an interval, Location Object
I\'ve looked at a few other questions and tutorials but I\'m not getting what I\'m looking for I am trying to get the latitude and longitude in this format[详细]
2023-04-11 06:54 分类:问答How do I pass data from a background thread to the currently displayed activity?
I have two activities, A and B.Activity A implements a LocationListener that periodically prints out the raw GPS coordinates the screen. Activity B is simply a MapActivity with a MapView.I want to be[详细]
2023-04-02 09:09 分类:问答Android: User location without locationListener
I would like to know if its possible to get the users location without the use of a LocationListener.[详细]
2023-04-02 00:49 分类:问答Problem with locationListener
The application doesnt point to where I am at..here is what i have done: @Override public void onCreate(Bundle savedInstanceState) {[详细]
2023-04-01 04:59 分类:问答Android : Location Update in Mapview takes to long even tough Location is found
I have a problem with my Location Listener in a MapView Application. Especially there is a Problem with the time, my actual Position will be painted on a Map.[详细]
2023-03-31 06:27 分类:问答Android LocationListener leave on while phone asleep
I set an alarm with the flag RTC_WAKEUP to run a IntentService every 30 seconds to transmit location updates to a server. I\'m planning to change the flag to RTC so it won\'t wake up the phone and jus[详细]
2023-03-28 00:43 分类:问答android onLocationChanged never called
I\'ve implemented code that should return present location. First the code: public static double[] getLocation(Context context) {[详细]
2023-03-27 01:26 分类:问答Stop Location Listener in Android
In my android app I need to get current GPS location of the user at the start of the a开发者_高级运维pplication only if location has change from the previous location. But the problem is when I inside[详细]
2023-03-24 00:10 分类:问答Startting and Stopping GPS from Android App (Not from single Activity )
I have an App where I need current GPS location by one or many Activities, In an attempt to reduce the waiting time for the user, I am trying to start the GPS LocationListener at the App launch. I wan[详细]
2023-03-21 18:06 分类:问答How can I send a notification from inside the onProviderDisabled method of a LocationListener
How can I send a notification from inside the onProviderDisabled method of a LocationListener? So far I have been using:[详细]
2023-03-15 01:19 分类:问答