Udacity UD843: Android Basics: Networking

Android Basics: Networking
Instructor: Joe Lewis, Google
Zeitraum: Juli 2016
Status: gemacht
Syllabus
Lesson 1: JSON Parsing
You’ll learn how to understand and decode one of the most common data formats on the web!
Lesson 2: HTTP Networking
You’ll learn how to connect your app to the web.
Lesson 3: Threads and Parallelism
You’ll learn how to ask your device to do multiple things at once, allowing you to use the network without interrupting your user.