Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

** This is an Android Studio Project (android app, not a VS program): We are jus

ID: 3666501 • Letter: #

Question

** This is an Android Studio Project (android app, not a VS program): We are just starting to work on our semester project, so this is very important!**

Continue to build the skills needed to complete your final course project.

For this assignment, you will be creating a project that allows a user to input pieces of information. In this case, you will begin to create and store your own treasure items to be used for your final Geocaching course project.

Write a test application called project06 which asks the user to input 5 pieces of information, and write these to an XML file within the application's /files directory
Ensure that when the application restarts, the data from the file can be read and displayed back to the user during onCreate()

**This is all the information that the assignment gives me, sorta confusing to me, but hopefully someone can help me!**

Explanation / Answer

Firstly the five pieces of information should be related to treasure items.Now when you want input from user  It could be as simple as some text fields which can be changed/edited with some labels.
. When the user selects a button (“submit”), the 5 pieces of data must be written to an xml file in the applications /files directory,XML file format can be any as per ur requirement When the application starts, the data in the xml file should be read and displayed. How you display the data is up to you. When starting the app for the first time, (no xml file created with any data) simply display, “no file found”.
The code to read the xml data file should reside in the onCreate() method.
create the game screen where the user's GPS co-ordinates are shown and a list of nearby treasures. They then get to select one of the nearby treasures and are given a clue as to what the treasure is. If the user can get the treasure's correct answer and have the right GPS co-ordinates of the treasure they get full point value.