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

  • Home
  • SEARCH
  • 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 8481655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:36:56+00:00 2026-06-10T19:36:56+00:00

Good Day! I am working on an android app which monitors user location. I

  • 0

Good Day!
I am working on an android app which monitors user location. I am using LocationManager to get users location, using the following method

public void onLocationChanged(Location theLocation) {}

Through the above method, whenever there was a user movement, I am receiving location coordinates.

But, now I am planning to get user’s location immediately after their app login. Is there any way through LocationManager through which I can manually get the location coordinates after my app launch?

  • 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-10T19:36:57+00:00Added an answer on June 10, 2026 at 7:36 pm

    Use this technique :

    LocationManager locManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
    
    boolean network_enabled = locManager.isProviderEnabled(LocationManager.NETWORK_PROVIDER);
    
    Location location;
    
    if(network_enabled){
    
       location = locManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER);
    
    if(location!=null){
       longitude = location.getLongitude();
       latitude = location.getLatitude();
        }                
    }
    

    In this case you even no need to on GPS only your mobile network will do.

    Don’t forget to give the following permission in Manifest:

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good day! I'm working on installer, which installs additional dependencies for my software using
Good day. I'm trying to filter logs with get-winevent. When I working with local
I'm working on an android app which at a point uses a DatePicker widget,
Good day! I am working on a project right now and I am using
Good Day all, i have been working with http://jsfiddle.net , the sample app i
Good day fellow developers. I'm busy for android to upload images from a app.
Good day, I am working on a Stratix III FPGA which contains M9K block
Good day, not so long ago, working with Django. Encountered the following problem. There
Good Day, I have a simple working routine in Perl that swaps two words:
Good Day, I a working my way through the official JavaFX FXML tutorial (See

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.