Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CENG 4 3 5 University Application Assignment This assignment intends to develop an application for university that allows user to register for university courses. In

CENG435
University Application Assignment
This assignment intends to develop an application for university that allows user to register for university courses.
In the main activity, student should login to the application using his account username and password. We should check if the username and password exist in the table student in the database before allowing student to register for courses. Use shared preferences to save the last login username and password.
If the student opens the application for the first time, he should register a new account before login (Account register activity). When user enter all fields and press the action create, we should insert a new account to the table student in the database with the given fields.
After login, student will see all his registered courses in a customized listview (registered courses activity). If he hasn't registered for any course yet, the listview will be empty. He allowed to register for new courses by going to University courses activity. We should allow student to remove registered courses.
In university courses activity, we show all the university courses in a customized listview. User allowed to register for these courses. Note that university courses will be preinserted to the database directly and not from the application.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions