Question: Hello I am practicing mobile development and I want you to help me develop an app using android studio code. I want it to be

Hello I am practicing mobile development and I want you to help me develop an app using android studio code. I want it to be called bubblegum, it should allow users to store details of places around the world that they have visited, together with GPS coordinates, a rating and a date.
Locations around the world are referenced by a name (string), country (string), and a GPS coordinate (e.g pair of strings). Users should be able save a location into the app, alongside a date (dates can be stored as strings or some other way if preferred) that the location was visited and a rating (an integer between 1 and 10). The idea is that users can enter details on interesting places around the world that they have visited, together with a rating. Potentially in future a feature could be added to show the locations on an interactive map, but this feature should not be implemented in the current app.
The app should have a home page. From the home page the user should be able to navigate to a separate page to enter details of a new location.
There are 2 more important functions.
Firstly, the page to enter location details could have a Current GPS button which would display to the user their current GPS coordinates.
Secondly, the location display page could allow different ways for the locations to be ordered, for an example alphabetically by name.
Please make sure the app is simple and has all of the functionalities and is efficient. It does not need to be perfect as this is only for my learning. I want it to be easy to understand so i can follow along. i am using api 27: android 8.1.
Thanks in advance!!!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!