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..!
Asked
Active
Viewed 519 times
0
-
https://developers.zomato.com/documentation – Joel Fernandes Aug 26 '16 at 19:37
-
@JoelFernandes ya but how would i retrieve it from ma app?? – Aswathaman Ragunathan Aug 26 '16 at 19:39
-
What have you tried? Do you think everyone else is here to write your app for you? – ThePerson Aug 26 '16 at 19:40
-
Actually, forget that.. if you write "ya" and "ma"... and can't even be bothered to capitalise an 'I', it's not worth anyone's time helping. – ThePerson Aug 26 '16 at 19:42
-
1I'm voting to close this question as off-topic because the OP is asking how to write the code and not referring to a specific problem. – Joel Fernandes Aug 26 '16 at 19:50
1 Answers
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