/insight

Sample of Android Clean Architecture using Hilt, Startup. Assemble the data layer by build flavor.

Primary LanguageKotlinMIT LicenseMIT

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