Skip to content
/ insight Public

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

License

Notifications You must be signed in to change notification settings

zmunm/insight

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages