To Documents
IT 372 -- Final Project
- App Specs: Create an Android with at least two activities:
- The first activity has a data entry form to store the data into an SQL database.
- The second activity displays or summarizes the data.
- Include more than two activities if you wish.
- Deliverables: Zip file of Android Project, cover document
explaining what you did in your project (and why you deserve a good grade).
- Details:
- Create an entry form similar to your Project 3a submission.
- Use at least four different controls other controls to enter your information.
- Put strings and colors into the resource files strings.xml and colors.xml.
- Consider using images and styles in your layout.
- The data entry activity should input at least eight pieces of information
input using at least four different controls.
- Include a button to submit your form.
- The display activity should query the database and display the data.
- Use layouts of your choice for each activity layout.
- Set attributes in the views to control the positions and colors of the layouts.
- When the emulator is rotated, if necessary, all activities should save the data on the page, restart,
and reload the data like you did in Project 3b.
- Grading Breakdown: Cover Document: 10%; Functionality:
50%; Layouts: 20%; Source code comments: 10%; Properly Submitted: 10%.