Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 781 Bytes

Big-Event-Countdown-Android-Development

This is my final project for Programming Languages. It's an android app that countdown the big event. It's written in Java with Android Studio.

App Name: "Big Event Countdown"

It requires 2 inputes from user. 1.Date of event 2.Name of event.

Then, it creates a database and store the event in the database. Everytime, user open the app, it shows the data from the database.

Function: User can add events by entering event name. User can delete events by entering event id.

Database type: SQlite

main_page add_delete_page