I recently open-sourced a side project called
TASKER, a task management Android app built with a clean
multi-module architecture using modern Android tech.
🔗 GitHub:
https://github.com/vicky7230/TASKER-multi-module
⚙️ Tech Highlights:
•
Kotlin + Jetpack Compose
•
Room Database
•
Coroutines + Flow
•
Clean Architecture (domain/data/presentation)
•
Dagger for dependency injection
•
Multi-module Gradle setup
This project helped me get hands-on with:
• Modularization best practices
• Compose-based UI state management
• Dependency Injection across modules
It's still evolving, and I’d love your feedback, suggestions, or code reviews. 🙌
Feel free to check it out or star it if you find it useful ⭐
Thanks in advance!