Sarwar Hasan
Sarwar Hasan

Reputation: 1641

GPS Info without internet in android

I want to save GPS info into database when the internet connection is off in android. that information by which the phone detect GPS location.

is this possible?

please advice me..

Upvotes: 0

Views: 1015

Answers (1)

zapl
zapl

Reputation: 63955

GPS works without Internet. Internet is only required for A-GPS (to get the position faster when GPS does not know where you are since it's way faster if GPS knows a rough area of your location).

On the other hand there is afik no way to provide that rough position to your GPS since that is not a part of Android's GPS API (GPS is really vendor specific). The implementation might already do that.

If you still want to save that location go look for Database examples - e.g. http://www.vogella.de/articles/AndroidSQLite/article.html

Upvotes: 1

Related Questions