Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 509 Bytes

Maps in Android

Description

This app shows you how to implements maps in Android. It uses Firebase to get the data to be shown in the map.

Command line Git

Open your terminal, navigate to your working directory, use git clone to get a copy of the repo.

$ git clone https://github.com/nalcalag/GoogleMaps.git

Goals

The goals of this project are:

  • Use maps.
  • Use the device location.
  • Use SharedPreferences to store data.
  • Manage dangerous permissions.
  • Learn about Firebase.