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..!
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