Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 559 Bytes

Kotlin App with Retrofit, Room, Navigation, and MVVM Architecture

This Kotlin application demonstrates how to use Retrofit for network requests, Room for local data storage, Navigation for app navigation, and follows the MVVM (Model-View-ViewModel) architecture pattern.

Features

  • Integration of Retrofit for making API calls.
  • Data persistence using Room database.
  • Implementation of MVVM architecture for clean separation of concerns.
  • Navigation component for managing app navigation.
  • Demonstrates best practices for Android app development.