/Ravn

Ravn GraphQL Code Challenge

Primary LanguageKotlin

Ravn

Ravn GraphQL Code Challenge

Tools used

  1. Apollo GraphQl
  2. Kotlin
  3. Android Studio

Setting your github-api-key

  1. (Optional) How to get a github api key
  2. Go to the App's gradle and replace XXX-GITHUB-API-KEYXX with your key
android {
    compileSdkVersion 28
    defaultConfig {

        buildConfigField 'String', 'github_api_key', "\"XXX-GITHUB-API-KEYXX\""
    }

Screenshots

Looking for a github User Showing his/her repositories

Architechture followed