Mobile applications development - 300960 - create a simple


Assignment Details

For this assignment, you are required to create a simple Student Management on an Android App. The app includes a home screen that includes one or more decorative images and options (e.g. button, menu items, etc.) The App has four main functions aside from the home screen:

1. Allow user to view and manipulate students
2. Allow user to view and manipulate to-do-tasks
3. Allow user to view and manipulate exams associated to a student
4. Allow user to view and manipulate images that are associated with students In particular, the App should

Pass level:
- Provide the main interface and corresponding actions where user can select an option from buttons including
o Add a new student record: the user can a student into the list. The student information includes student Id (unique number for each student), first name, last name, gender, course study, age and address.
o Edit a student record: the user can select a student from the list. The program will display all information of the student in the corresponding fields where the information can be edited. The page should also include an option to delete the current record in addition to the edit option.
- Provide the main interface and implemented actions where the user can select an option from the buttons/menus for manipulating the to-do-tasks including
o Add a new to-do-task: user can add a task in the list. The to-do-task record includes task name, location and status (completed and not completed). The status is initially default as not completed.
o Edit a to-do-task: the user can select a to-do-task from the list. The program will display full detail information in the corresponding fields where they can be changed. The user can switch the to-do-task to either "complete" or "not complete".
o View all the to-do-tasks that are grouped into two categories: "complete" and "not complete".
- Be able to return to the home page or the previous page.
- Provide an acceptable quality user interface - Are the screens easy to use? Are they laid out neatly? Do they look good?

Credit level:
Include all functions of the pass level, plus
- Store data in a local SQLLite database, and implement INSERT, UPDATE and SELECT on the database for both student records and to-do-tasks,
- Provide an interface and corresponding actions where user can select an image and assign the image to a student. The images can be manually stored within the app itself. The app should be able to display the assigned image when showing the student information.

Distinction level:
Include all functions of the credit level, plus
- Provide the main interface and implemented actions to view and manipulate exams associated with a student. When the user selects a student, in addition to the edit and the delete options, the app also includes an option for the exam manipulation. The exam manipulation can be shown on the following page, including
o Add a new exam: the user can add an exam to the list. The exam record includes exam name, date and time, location.
o View all the exam record, including current exams and past exams. Note: the program should check the current date/time to flag the exams.
o Use checkboxes to delete multiple exams.

High Distinction level:
Include all functions of the distinction level, plus the following features
- Provide a function to get one or more photos from the camera photo gallery, and add them to the photo gallery in the app. The user can also remove one or more photos from the photo gallery.
- Provide a function to show a student's address on the map. Note: the address is included with the student record.
- Have excellent coding styles with Object Oriented structure and comprehensive comments, and screen displays should be of professional quality.

Any figures beyond the requirements are welcome and they might be considered as extra contributions.

Request for Solution File

Ask an Expert for Answer!!
Dissertation: Mobile applications development - 300960 - create a simple
Reference No:- TGS02909964

Expected delivery within 24 Hours