0

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

kgandroid
  • 5,507
  • 5
  • 39
  • 69

1 Answers1

0

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

Gustavo Conde
  • 927
  • 12
  • 20