Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.62 KB
title type duration creator
Implementing Play Services Lab
lab
1:25
name city
Drew Mahrt
NYC

Implementing Play Services Lab

Introduction

Note: This should be done independently.

We covered implementing Sign In during the lesson, an extremely important part of play services that lets you handle authentication with your app. There are many other services, though, and one of the most popular is the location service.

In this lab, you will be creating an app that uses the maps & location services to get the user's current location and show where they are. Use the links in the additional resources section to learn about the locations service and how to implement it.

You need to show a map inside of your Activity, NOT launch the Google Maps app.

Exercise

Requirements

  • Have your Activity use Google Maps
  • Use the maps & location API to get the user's current location
  • Move the map to the user's current location

Bonus:

  • Show the user's location on the map with a Marker

Deliverable

A working app that meets the requirements above.

Additional Resources


Licensing

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.