A simple to do list app built in android studio.
Sqlite was used as database in the application.
App can be downloaded as apk.
The phone's android version must be above 4.4
Download the app-release.aab and transfer this file to your phone.
Install the file and start using.
These project written with Android Studio 4.0 and gradle version is 4.1.1.
First clone the repo:
git clone [email protected]:eymiramazan/todolist.git
Open the project with android studio.
If you are using different gradle version you need to change this in build.gradle.
If not android studio will build the project.
Click the add icon on the toolbar and add to do.
New todo's added are assigned incomplete.
After completing a task, it is necessary to click on the task and
press the completed checkbox from the screen that opens in order to mark completed it as.
The same must be done to delete a task.
Tasks can be switch with swiping the screen.