javaandroidjsonapizomato-api

How to get JSON file from Zomato for my app...!


I am trying to create an app which displays the hotels nearby. I wanna use zomato api. how to send request and get JSON format output ? Am new to android please guide me..!


Solution

  • You could check some libraries like Volley, Retrofit, OKHttp, etc.

    But first you should read the info in Developer.Android.com

    Building Apps with Connectivity

    And here are some samples: Android Samples