A simple Todo app for Android, built with Kotlin. It helps you keep track of your tasks in a clean and easy way.
Add new tasks
View all tasks in a list
Mark tasks as done or not done
Delete tasks
Tasks are saved locally, so they stay even after closing the app
Language: Kotlin
Platform: Android
Build Tool: Gradle
What you need
Android Studio (latest version)
Android SDK (comes with Android Studio)
A phone with Android, or an emulator inside Android Studio
- Clone this project:
git clone https://github.com/TBA5854/Todo.git cd Todo
-
Open it in Android Studio.
-
Wait for it to finish syncing the Gradle build.
-
Press the green Run ▶ button to build and install the app.
-
The Todo app will open on your device or emulator.
Press Add to create a new task.
Tap a task to mark it as complete or incomplete.
Delete tasks when you no longer need them.
If you want to improve this app:
-
Fork the repository
-
Make changes in your branch
-
Open a Pull Request
This project uses the MIT License. You are free to use, modify, and share it.