Android Networking

Android Networking

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 46m | 977 MB

You will learn about working with REST APIs to transfer data over a network, including making basic connections and also using the popular Retrofit library.

Table of Contents

1  Introduction
2  The Starter App
3  HTTP Basics
4  Check Connectivity
5  HttpUrlConnection
6  Challenge – HttpUrlConnection
7  Parsing JSON
8  Challenge – Parsing JSON
9  Challenge – Profile
10  Conclusion
11  Introduction
12  Setting up Retrofit
13  GET Requests
14  Challenge – GET Requests
15  Parsing with Converters
16  Challenge – Parsing with Converters
17  Logging Interceptor
18  Error Handling
19  Challenge – Error Handling
20  Conclusion
21  Introduction
22  Authentication
23  POST Requests
24  Challenge – POST Requests
25  DELETE Requests
26  Challenge – Retrofit
27  Conclusion