April 26, 2020
API call and JSON parsing in android using volley.
Learn how to make API call and JSON parsing using the volley library in Kotlin. This blog is mainly for beginners who want to make some API call and JSON parsing and then display the response to the user. In this article you will be learning: What is the Volley library? How to make an API call in android kotlin using Volley? Learn how to […]