Dependencies and prerequisites
- Android 1.0 or higher (2.3+ for the sample app)
You should also read
Try it out
Download
the sample app
LocationAware.zip
Users bring their mobile devices with them almost everywhere. One of the unique features available to mobile applications is location awareness. Knowing the location and using the information wisely can bring a more contextual experience to your users.
This class teaches you how to incorporate location based services in your Android application. You'll learn a number of methods to receive location updates and related best practices.
Lessons
- Using the Location Manager
- Learn how to set up your application before it can receive location updates in Android.
- Obtaining the Current Location
- Learn how to work with underlying location technologies available on the platform to obtain current location.
- Displaying a Location Address
- Learn how to translate location coordinates into addresses that are readable to users.