https://github.com/malekkamel/udacity-location-reminder
Udacity Location Reminder App
https://github.com/malekkamel/udacity-location-reminder
Last synced: 4 months ago
JSON representation
Udacity Location Reminder App
- Host: GitHub
- URL: https://github.com/malekkamel/udacity-location-reminder
- Owner: MalekKamel
- Created: 2022-11-04T12:13:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T17:33:49.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T15:30:55.338Z (7 months ago)
- Language: Kotlin
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Location Reminder App
Location Reminder is a TO-DO 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.
This is a project for the Udacity Android kotlin Nanodegree Program.## Features
- Geofencing API
- MVVM Architecture
- Firebase Authentication
- Google Maps API
- UI and Unit Testing## Libraries
- Material Design Component
- Firebase Auth
- Room
- Mockito
- RecyclerView
- Navigation Component
- ViewModel
- LiveData
- Databinding
- Coroutines