A simple to-do list application followd by MVVM Architecture pattern
1 . Kotlin - First class and official programming language for Android development.
2 . Coroutines - For asynchronous and more..
3 . ViewModel - Stores UI-related data that isn't destroyed on UI changes.
4 . LiveData - Data objects that notify views when the underlying database changes.
5.Navigation component -A navigation graph is a resource file that contains all of your destinations and actions. The graph represents all of your app's navigation paths.
6 . Material Components for Android - Modular and customizable Material Design UI components for Android