A sample project for where you can enter a number and find out something interesting about it.
This project is a demonstration of MVVM architecture with Hilt Dependency Injection.
- Numbers - An API for interesting facts about numbers
- Kotlin - First class and official programming language for Android development.
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- SurajKGoyal