ToDo App with Jetpack Compose Approach
| Technology | Description | Use Case |
|---|---|---|
| Kotlin | A modern programming language for developing Android apps. | Mobile application development |
| Jetpack Compose | A declarative toolkit for building native UI on Android. | User interface design |
| Coroutines | Kotlin feature for asynchronous programming. | Data processing & UI updates |
| Room | Library for persistent data storage on SQLite databases. | Data storage |
| ViewModel | Architectural component for managing UI-related data. | Application state management |
| LiveData | Data holder class that can be observed. | UI & data synchronization |
| Material Design | Google’s guidelines for creating modern, user-friendly UI. | UI design |