The app should have the following features:
- User should be able to create new reminders along with place name.
- The app should be able to search for places from Google’s places autocomplete API.
- The app should also be able to retrieve the place name and details from pick from map (like google maps).
- User should be able to set a date and time that is in the future . The user will also be able to add optional comments to the reminder saved.
- The app should also be able to remind the user with a notification in the notification bar.
- A visual representation of the map is mandatory and the places the user saved must be distinguishable in the map.
- User should see all reminders in Map using Markers or in a List.
- The app should be able to show the places and times the user saved in offline mode.
Note : The user can save multiple places, have multiple reminders. UI/UX should follow modern conventions. The UI should be user friendly and simple but must accommodate all the functionalities listed above.
You are required to push your code to your GitHub repository and share the URL. Any commits made after the deadline will not be considered. Moreover you need to add your updated release apk in the root directory of the project.