You are on page 1of 4

Course Code CS367

Description Mobile Programming 2

College / Department:
Course Project 01
Online Education

COURSE PROJECT Page 1 of 1

COURSE PROJECT – CS367 – MOBPROG2


Objectives:

1. To be able to confidently create a simple mobile application using Android Studio.


2. To be able to apply what you have learned from the lessons and activities in this course.
3. To be able to create a CRUD system using SQLite.
Mechanics:
1. Create an Android Mobile Application that has the following features:
a. Login/Logout – (username: abcd, password: 12345)
i. Use Toast to show Access Granted or Access Denied
ii. Include a Logout button to logout from the system
b. Design – UI must contain either Buttons, Text Views, Text Fields, Radio Buttons,
Toggle Buttons, Check Boxes and Spinners (Creativity is a plus you may use
animation)
c. Main Feature – CRUD (The app must be able to Create, Read, Update and Delete a
record using SQLite)

Suggested Mobile Applications:


1. Student Information System
2. Ordering System
3. Data Repository Systems
4. Registration System
5. Monitoring System

 You may create your own system as long it has the above features.

Instructions for Submission:


1. Submit your working apk file together with the source codes and screenshots of the output then
compressed it to zip or rar file(you may send a google drive link or any link of the file)
2. Rename your submission as <lastname><firstname>_CourseProject.zip or .rar

Grade:
Course Code CS367

Description Mobile Programming 2

College / Department:
Course Project 01
Online Education

COURSE PROJECT Page 2 of 1


Course Code CS367

Description Mobile Programming 2

College / Department:
Course Project 01
Online Education

COURSE PROJECT Page 3 of 1

OUTPUT:
Course Code CS367

Description Mobile Programming 2

College / Department:
Course Project 01
Online Education

COURSE PROJECT Page 4 of 1

This is the only screenshot I have since my laptop crashed after I launch the virtual device.

You might also like