Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.18 KB

android-exercise03 (GitHub Jobs API Client)

This repo contains code for the assignment of the Android Development Course. Consists of putting all pieces together and create a simple app that consume an API and based on the results returned from the API display a list of items. Also, there's a second activity that show the details of each item displayed in the home list.

The API in use is: GitHub Jobs API

Screen Examples:

Main Activity

Detail Activity

Some of the used Libraries

  • Glide
  • Retrofit 2
  • Gson