- Kotlin - First class and official programming language for Android development.
- Dependency Injection
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel
. - Jetpack Compose UI Toolkit - Modern UI development toolkit.
Home Screen | User Profile |
---|---|
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request and enjoy! :D