Android sample app that searches countries via the REST Countries API and shows basic details (flag, capital, region, population). It is built with Kotlin, MVVM, coroutines, LiveData/Data Binding, Retrofit + Moshi, and Glide for image loading.
main: Complete walkthrough solution. REST client, data models, and view logic are wired up so the search flow works end-to-end.starter-code: Scaffold for exercises. Core pieces are left withTODOmarkers (API interface, models, Retrofit client, ViewModel search logic, UI observers/binding adapter) to be implemented.
Open the project in Android Studio, let Gradle sync, and run the app configuration on an emulator or device. No API key is required for REST Countries.