A modern Android todo list application with dark mode support and material design.
- Create, edit, and delete tasks
- Swipe actions for quick edit/delete
- Dark/Light theme toggle
- Material Design UI
- Local SQLite database storage
- Smooth animations and transitions
- Language: Java
- Database: SQLite
- Minimum SDK: API 21 (Android 5.0)
- Material Design Components
- RecyclerView with custom adapter
- BottomSheetDialog for task creation/editing
- CardView for task items
- SQLite for data persistence
- SharedPreferences for theme storage
- Clone the repository
- Open the project in Android Studio
- Build and run the application
- Android 5.0 (API level 21) or higher
- Android Studio 4.0 or higher
This project is licensed under the MIT License - see the LICENSE file for details