Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 541 Bytes

File metadata and controls

33 lines (24 loc) · 541 Bytes

Insight


Sample of Android Clean Architecture using Hilt, Startup.

Assemble the data layer by build flavor.

API

Insight is using RAWG api. Visit the site to get a key and add it to local.properties as follows:

RAWG_KEY={YOUR_KEY}

available flavor

The flavors that can be combined are as follows.

  1. cache
    • room
    • realm
    • SQLDelight
  2. service
    • retrofit
    • ktor
    • volley

You can combine it like this.

gradle assembleRetrofitRoomDebug