This repository contains a sample app that showcase the use of Hilt DI with MVVM architecture, LiveData and Retrofit2. This repo is based on the previous MVVM-Dagger2 repo, check it out here
Clone this repository and import into Android Studio
git clone git@github.com:islem19/MVVM-Hilt.git
The App requires the following permissions:
- Internet access.
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request
This application is released under GNU GPLv3 (see LICENSE). Some of the used libraries are released under different licenses.