0

How to get the location without using internet in android. How to use the network provider to get the location. Is the internet necessary for network provider. How does the network provider work and how to use that in android?

Thank you in advance.

Blauharley
  • 4,186
  • 6
  • 28
  • 47
  • 3
    This question is too vague and it is clear that you didn't even try researching first. https://developer.android.com/training/location/index.html – Cabrra Dec 18 '17 at 17:21
  • sorry for inconvenience..i searched..but i didn't get a clear vision about that... – Dhanasekar B Dec 20 '17 at 14:11

1 Answers1

0

You can use FusedLocationProvider, and it all comes down to the LocationRequest priority you set.

elmorabea
  • 3,243
  • 1
  • 14
  • 20