Introduction
  • Introduction
Basic terminology
  • Client - server communication
  • Retrofit, JSON and API - basic terminology
Retrofit and GitHub - build an app with the GitHub API
  • API and task overview
  • Build the Log-in screen
  • Build the UI of the User screen
  • Build the model and the structure the REST part of your project
  • User's screen - consume the API
  • Repositories screen - build the UI
  • Add the REST components for the repositories
  • Repositories screen - consume the API
Retrofit and StackOverflow - build an app with the StackOverflow API
  • The StackOverflow API - overview. Task overview
  • Build the models and the REST components
  • Build the Interface, add the RecyclerView
  • Retrieve the information from the server
The Extras
  • How to get access to hundreds of public APIs?
  • How to get your credentials for the Instagram API? First steps with the API
  • How to start working with the Gmail API?
Bonus Section
  • Bonus lecture: Learn more!