A simple yet elegant Weather Application built with Kotlin that fetches real-time weather data using a public API. Designed to be lightweight, beginner-friendly, and a great starting point for anyone learning Kotlin and API integration.
This project demonstrates how to:
- Integrate a REST API in Kotlin.
- Parse and display JSON responses.
- Build a clean and minimal UI for weather updates.
- Handle network requests and errors gracefully.
The app allows users to:
- Search for weather by city name.
- View temperature, humidity, wind speed, and conditions.
- Get a responsive and user-friendly interface.
- 🌍 Fetches live weather data .
- 📱 Simple and intuitive UI.
- ⚡ Fast and lightweight.
- 🛠️ Written entirely in Kotlin.
- Language: Kotlin
- Framework: Android SDK
- API: Weather Api
- Tools: Retrofit