Conclusion
Congratulations! You successfully implemented your first API call.
You learned a lot about networking in this lesson. You now know:
- What permissions are required and how to set them up.
- JSON, HTTP, HTTPS, REST, and different HTTP methods.
- How to implement a network status checker.
- How to create an API call by using
HttpsURLConnection
.
In the next lesson, you’ll start learning about Retrofit and how to add it to your project.