Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.38 KB

CountriesOfOceanic

This is an Android Application that displays all the Countries that lies in the Pacific Ocean (Oceanic) with their details.

API API API
API API API

Thank you

Features

Below details are shown in the application:

  • Country Flag
  • Country Name
  • Capital
  • Population
  • Region
  • Sub Region
  • Languages Spoken
  • Borders shared with other countries

Libraries used

  1. GlideToVector - This library is used for getting images from url and displaying it in the imageview

  2. Rest Countries API - This is an API that can be used to fetch the data and get it in the application

  3. Volley library - It is use to handle http request

  4. OkHttp - For networking