A simple Android News Application built with Kotlin using NewsAPI.org to fetch the latest headlines. The app demonstrates the use of Retrofit for network calls, Coil for efficient image loading, and RecyclerView for displaying news articles in a clean and responsive UI. This project follows MVVM architecture and emphasizes modular, readable, and maintainable code.
- 📡 Fetch Real-Time News using NewsAPI.org
- 🔄 Retrofit Integration for seamless API calls
- 🖼️ Coil Library for efficient image loading and caching
- 📰 RecyclerView to display dynamic news lists
- 🌐 Internet Permission for API access
- 📱 Responsive UI with Material Design components
- Language: Kotlin
- Networking: Retrofit + Gson Converter
- Image Loading: Coil
- UI Components: RecyclerView, CardView, ConstraintLayout
- Architecture: MVVM (Model-View-ViewModel)