Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 777 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 777 Bytes

Tasks

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


Screenshots

Motive

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.

Techstack Used

  • Java
  • XML
  • Android

Steps to run the app

  1. Clone the repo in your local system via android studio (git clone/ download zip file)
  2. Start your Emulator or Connect to your physical device
  3. Run the app