Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.75 KB

LocationReminders

A TODO list app with location reminders that remind the user to do something when the user is at a specific location. The app will require the user to create an account and login to set and access reminders. Part of the Advanced Android Kotlin Development nanodegree from Udacity.

Welcome Login Home Create Reminder
home screenshot detail screenshot transfer screenshot complete screenshot
Select Location Map View Save Reminder Reminder Saved
home screenshot detail screenshot transfer screenshot complete screenshot

Directions to get a Google Maps API key
You can add your API key in google_maps_api.xml string resource

The app lets the user save a reminder by entering a title, optional description, and a location via Google map. Permission is asked initially for the current location and the when current location icon is tapped, but not mandatory. Constant location access is then asked for geofencing by opening device settings and notifying the user when proceeding without the permission.

Topics:

  • Google Maps API
  • FirebaseUI
  • Permissions
  • Repository Pattern
  • Notifications
  • Testing
  • UI Testing
  • Geofence