Solution to the mobile client challenge

> Configure the Android Studio project

Get sources:
</> build.gradle
</> AndroidManifest.xml

> Create the models

Get sources:
</> Country.kt
</> Language.kt

> Create the API interface

Get sources:
</> CountriesService.kt

> Make a request

Get sources:
</> MainActivity.kt