Networking has played a critical role in Android apps since the very beginning of Android development. Most apps don’t work in isolation; rather, they connect to an online service to retrieve data or perform other networking functions.
At the lecture, we will learn how to go online, what you need to use for working with the network.
What network permissions are needed?
Together with you, we will investigate all these details.
Full agenda & registration here.
- Network requests in Android
- Working with JSON
- Introduction to OkHttp
- Retrofit
- Picasso / Glide
- Network profiling tool