Re: [android-developers] API's use

2012-03-05 Thread sourabh sahu
You can outsource it to me,but it will be charged :) Thanks , Sourabh On Mon, Mar 5, 2012 at 3:14 PM, megha agrawal wrote: > Thanks Ankita, i will try to implement using same..:-) > > > > On Mon, Mar 5, 2012 at 3:02 PM, Ankita Kashyap < > ankita.kashyap@gmail.com> wrote: > >> Also, this link

Re: [android-developers] API's use

2012-03-05 Thread megha agrawal
Thanks Ankita, i will try to implement using same..:-) On Mon, Mar 5, 2012 at 3:02 PM, Ankita Kashyap wrote: > Also, this link for further understanding > http://www.vogella.de/articles/AndroidJSON/article.html > > Basically simple request-response via Http connection etc. > > In a hurry, else

Re: [android-developers] API's use

2012-03-05 Thread Ankita Kashyap
Also, this link for further understanding http://www.vogella.de/articles/AndroidJSON/article.html Basically simple request-response via Http connection etc. In a hurry, else would have explained in a better manner. Hope it helps. BR, Ankita On Mon, Mar 5, 2012 at 3:00 PM, Ankita Kashyap wrote:

Re: [android-developers] API's use

2012-03-05 Thread Ankita Kashyap
check comments too! On Mon, Mar 5, 2012 at 3:00 PM, Ankita Kashyap wrote: > Okkeis! > > You can check this link for code example to use API key. > http://stackoverflow.com/questions/6540917/using-http-request-in-node-js-while-passing-an-api-key > > > BR, > Ankita > > > On Mon, Mar 5, 2012 at 2:4

Re: [android-developers] API's use

2012-03-05 Thread Ankita Kashyap
Okkeis! You can check this link for code example to use API key. http://stackoverflow.com/questions/6540917/using-http-request-in-node-js-while-passing-an-api-key BR, Ankita On Mon, Mar 5, 2012 at 2:48 PM, megha agrawal wrote: > Hi Ankita > > Thanks for reply!! > > Actually I have never worked

Re: [android-developers] API's use

2012-03-05 Thread David Olsson
How about reading "How it works" at http://www.zomato.com/api and then sign up for an API key? /David On Mon, Mar 5, 2012 at 9:56 AM, megha agrawal wrote: > Please Reply how to use API's in Android Application... I need to use > Zomato API for my project. > > Thanks > > > On Sun, Mar 4, 2012 a

Re: [android-developers] API's use

2012-03-05 Thread megha agrawal
Sorry but I don't understand which jar files?? On Mon, Mar 5, 2012 at 2:42 PM, Chalavadi Sagar wrote: > In order to integrate the api into your android application you need add > the jar file into your application so that you > > will get the access to all the classes which were implemented in th

Re: [android-developers] API's use

2012-03-05 Thread megha agrawal
Hi Ankita Thanks for reply!! Actually I have never worked on Android, it is my first time. I have already got key from Zomato, but don't know how to use it in code? On Mon, Mar 5, 2012 at 2:38 PM, Ankita Kashyap wrote: > Hi Megha! > > It would be simple consuming of JSON/XML response via your

Re: [android-developers] API's use

2012-03-05 Thread Chalavadi Sagar
In order to integrate the api into your android application you need add the jar file into your application so that you will get the access to all the classes which were implemented in that jar file. Kind Regards, Ch.B.Sagar. On Mon, Mar 5, 2012 at 2:26 PM, megha agrawal wrote: > Please Reply

Re: [android-developers] API's use

2012-03-05 Thread Ankita Kashyap
Hi Megha! It would be simple consuming of JSON/XML response via your android code. Like all other APIs, you would need an API key that you need to get from Zomato site by registering. For further info, check: http://www.zomato.com/api/documentation BR, Ankita On Mon, Mar 5, 2012 at 2:26 PM, megh

Re: [android-developers] API's use

2012-03-05 Thread megha agrawal
Please Reply how to use API's in Android Application... I need to use Zomato API for my project. Thanks On Sun, Mar 4, 2012 at 11:54 AM, megha agrawal wrote: > Hello All, > > I want to use Zomato APIs in my android application. Does anyone know > how to proceed for the same? > > Thanks in advan