/GamesApp

It is an app that created Kotlin. The app created for an interview.

Primary LanguageKotlin

GamesApp

It is an app that created with Kotlin. The app created for an interview. All tasks complated except search task

Secrets file have to be in ../app/src/main/java/com/allybros/videogamesapp/api/

Secrets format

class Secrets {
    companion object {
        const val x_rapidapi_key = "X_RAPIDAPI_KEY"
        const val x_rapidapi_host = "X_RAPIDAPI_HOST"
        const val SharedKey = "FAV_LIST"
    }
}