/DatabaseDemo

SQLite Demonstration App

Primary LanguageJava

DatabaseDemo (ToDo App)

A ToDo app using a SQLite Database to add/remove/edit ToDos for the user. Yet another demonstration of how SQLiteOpenHelper can do the Job for you.

Used ListView (I know it's bad, but I did it for simplicity)

forgive me