Just a simple todo app written in Kotlin.
- Add a task.
- Remove a task.
- Persist tasks into the file.
Android
To run this app locally, follow these steps:
- Clone this repository to your local machine.
- Open Android Studio and select "Open an existing project."
- Navigate to the project directory and select the project's root folder.
- Connect a device or start an emulator.
- Build and run the app by clicking on the "Run" button in Android Studio or by running the command
./gradlew installDebug
in the project's root directory.
- Open the TODO app on your device or emulator.
- Write your important task in the text field and click the "Add" button.
- The new task will be added to the list view.
- To delete a task, press on it, then confirm the deletion.
- The task will be removed from the list view.
Demo.webm
Apache License Version 2.0