Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8270155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:29:18+00:00 2026-06-08T06:29:18+00:00

My app find out current location using GPS . It is working fine in

  • 0

My app find out current location using GPS. It is working fine in outdoor. But where GPS is not available or poor it is trying to get update again and again and it drains battery. So i want to stop update when GPS is poor or unavailable. You may suggest to use

lm.removeUpdates(locationlistenerforGPS);

It is working fine when GPS is available not in indoor. I like to stop update when GPS is poor or unavailable.

my code is

LocationManager lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
LocationListener locationlistenerforGPS = new mylocationlistenerGPS();
lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, locationlistenerforGPS);

My locationlistenerGPS() function is

 private class mylocationlistenerGPS implements LocationListener {
  @Override
  public void onLocationChanged(Location location) {
      counterGPS++;
      if (location != null) {
      Log.d("LOCATION CHANGED", location.getLatitude() + " ");
      Log.d("LOCATION CHANGED", location.getLongitude() + " ");
      Toast.makeText(LocationActivity.this,"latitude: "+
          location.getLatitude() + "longitude: " + location.getLongitude()
          + " Provider:" + location.getProvider() + " Accuracy:" + location.getAccuracy(),
          Toast.LENGTH_LONG).show();
      }

  }
  @Override
  public void onProviderDisabled(String provider) {
  }
  @Override
  public void onProviderEnabled(String provider) {
  }
  @Override
  public void onStatusChanged(String provider, int status, Bundle extras) {
  }
  }

Thank you very much for any kind of assistance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:29:21+00:00Added an answer on June 8, 2026 at 6:29 am

    Don’t use minTime and minDistance set to zero in requestLocationUpdates(). See requestLocationUpdates() documentation.

    Bundle extras in onStatusChanged() may include satellites – the number of satellites used to derive the fix, this way you can define poor signal or you can use NmeaListener if you need additional information from GPS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My app should find the current location using GPS , Cellular network or WiFi
I have an android app that finds your current location but I need to
I am working on Location Finder App In which i am passing My Current
I'd like to query Windows Media player from an external app to find out
Is there any way to find out or store which app is accessing an
How can i find out if a C# App has been started from the
Is there any way I can find out in my app if the user
Is there any way to (programatically) find out what your app's name is? I'm
I spent a lot of time to find out why my app crashed. My
The question is about Google App Engine Backend. How do I find out the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.