orcunkamiloglu / GamesApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    }
}

About

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


Languages

Language:Kotlin 100.0%