TODO App
Description
Just a simple todo app written in Kotlin.
Table of Contents
Features
- Add a task.
- Remove a task.
- Persist tasks into the file.
Supported platforms
Android
Installation
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 installDebugin the project's root directory.
Usage
- 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.
Screenshots and Demo
Screenshots
Demo
Demo.webm
License
Apache License Version 2.0
On this page
Languages
Kotlin100.0%
Contributors
Latest Release
1.0July 3, 2023Apache License 2.0
Created July 3, 2023
Updated February 5, 2025