REST API for beginners – Retrofit and Android

REST API for beginners – Retrofit and Android

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | 420 MB

Learn how to build from scratch your own apps based on the GitHub API, StackOverflow API and many more

Have you ever wondered how to GET that server-located content in your app? Do you want to learn how to retrieve and visualize JSON data? Would you want to learn how to work with the Retrofit library in Android? Then this course is for you! Here we will start with a short introduction to the basic terminology – you will get aware of what HTTP, URL, API, RETROFIT, JSON, GET/POST/PUT and DELETE are. All of the explanations I will give you are easy to understand and follow. Then we will build 2 projects from scratch, working with 2 different APIs – the GitHub API and the StackOverflow API, as we are GETting their content. At the end of each section you will know how to continue exploring the API on your own and modify the data for your needs. Then we’ll go further – I’ll show you tens and hundreds more APis you will be able freely to work with. We’ll pass through 3 different authorization processes – with the Instagram API, with the Gmail API and the Wordnik API. After you finish the course, you’ll be able to handle numerous sources, hundreds of APIs and approaches. Are you ready to start?

What You Will Learn

  • Execute HTTP calls, using the Retrofit android library
  • GET the content of APIs
  • Visualize the content, taken from an API
  • Work with hundreds of APIs
  • Create original apps of their own, based on a server-located content
  • Take the authorization credentials for their applications
  • Work with JSON data
Table of Contents

1 Introduction

Basic terminology
2 Client – server communication
3 Retrofit JSON and API – basic terminology

Retrofit and GitHub – build an app with the GitHub API
4 API and task overview
5 Build the Log-in screen
6 Build the UI of the User screen
7 Build the model and the structure the REST part of your project
8 Users screen – consume the API
9 Repositories screen – build the UI
10 Add the REST components for the repositories
11 Repositories screen – consume the API

Retrofit and StackOverflow – build an app with the StackOverflow API
12 The StackOverflow API – overview. Task overview
13 Build the models and the REST components
14 Build the Interface add the RecyclerView
15 Retrieve the information from the server

The Extras
16 How to get access to hundreds of public APIs
17 How to get your credentials for the Instagram API First steps with the API
18 How to start working with the Gmail API

Bonus Section
19 Bonus lecture Learn more