You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ToDo List app is built with Kotlin and XML-based UI, featuring a StaggeredGridLayout for task display. It uses Room Database for local storage and Dagger-Hilt for dependency injection, ensuring scalability. CRUD operations are efficiently managed with a Repository pattern, while ViewModel handles data across fragments.