/Countries

This app includes MVVM, Retrofit, Dependency Injection(Hilt)

Primary LanguageKotlin

Countries

This application consists of three pages.

  • One of them home page that shows countries taken from API.
  • Second one is details page that shows the country details.
  • And the last one is saved countries page that shows the saved countries names.

You can easily query the countries on the home page. After that you can reach the details about the country with one click and if you want to save you can do it with one click.

Overview

Architecture

This project follows MVVM architecture

API Calls

Using the following APIs:

Technology

Presentation

Networking

Screens

Home Page Saved Page Details Page