Question: Instructions Create an Android app in Java that uses location services to provide location - based reminders. The app should track the user s location,
Instructions
Create an Android app in Java that uses location services to provide locationbased reminders. The app should track the users location, query a database of stored geographic areas, and send reminders when the user enters a specific area that matches the stored data.
Requirements
Implement functionality to track the users current location using GPS and networkbased methods.
Set up an SQLite database to store geographic areas and their associated reminder messages. Each record should include location latitude and longitude and reminder Message.
The app should send a notification or reminder when the user enters or exits a geofenced area. The reminder should include the message associated with the area from the database.
The App must be designed with an MVC pattern.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
