Sample of Android Clean Architecture using Hilt, Startup.
Assemble the data layer by build flavor.
Insight is using RAWG api.
Visit the site to get a key
and add it to local.properties
as follows:
RAWG_KEY={YOUR_KEY}
The flavors that can be combined are as follows.
- cache
- room
- realm
- SQLDelight
- service
- retrofit
- ktor
- volley
You can combine it like this.
gradle assembleRetrofitRoomDebug