Skip to content

Set reminders of locations on the map to be reminded once entered.

Notifications You must be signed in to change notification settings

am0520/LocationReminders

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages