A simple Android app built with Kotlin that displays a random image of a dog using a free public API. Great as a beginner project to learn how to use Retrofit, REST APIs, and Glide.
- Fetches a random dog image from the Dog CEO API
- Uses Retrofit for networking
- Uses Glide to load and display images from the internet
- Simple and clean UI
- Kotlin
- Android SDK
- Retrofit – REST API client
- Glide – Image loading
- Dog CEO API – Free dog image API
