A To-Do List mobile application to list down your tasks. Get it in Play Store: https://play.google.com/store/apps/details?id=com.deep.tasks
The app shows CRUD(Create, Read, Update, Delete) operation of local database system. It uses Sqlite to store data locally in the device storage. User can add tasks, close the app, clear from background and still find their task list when opened again.
- Java
- XML
- Android
- Clone the repo in your local system via android studio (git clone/ download zip file)
- Start your Emulator or Connect to your physical device
- Run the app