Programming part (8%):
Student List application:
This project is for collecting student information which includes student name, image, year and level in the program, then show all student’s information in a list. (No persistent storage required).
Go to this GitHub link and clone/download the skeleton project: https://github.com/RaniaArbash/Midterm1_Skeleton_project.git
In the skeleton project you could find 4 Java classes and three layout files:
You could update those classes and layout files as you want by adding new functions/interfaces/inheritance based on the project requirements.
When you run the skeleton application, you should see this app:
You must add the following functionality to this project:
Note: If you have any difficulties finishing any part, keep it empty and continue to another part.
For example: If you were not able to complete working with fragment part (selecting year and level) put those data as zeros in student object and continue building the student object.
If you were not able to capture an image from the camera, keep it null and continue building the student object.
Reflection part (7%):
Submit the midterm:
Create a document file and give it this title “your name_MAP/DPS_your section_midterm test project
number”.
Write your name, student number, class and section number at the beginning of your document. Start the documents with reflection questions and answers then copy the code from your project and
paste it in that document (don’t include import statements), put Java classes first them move to xml files.
Before each class or xml code, write the name of that class or xml file in bigger font and align it in the middle.
Add the important comments in your code.
Include some screenshots in your document and a link to your running application from this online emulator https://appetize.io (if applicable)
Submit your document with main folder of your application.
Any similarity between two projects, the two students will get ZERO for the midterm mark.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme