Re: [android-developers] Re: OpenSource REST Client for Android

2010-08-12 Thread 马兴田
who can use opengl es to make a sphere? 2010/8/12 sunil kumar > Dear all, > I'm having problem with CTS (Android - Comptibility test suite) execution > on ARM emulator (Android version used is froyo) , it is generating > "Uninstall TIMEOUT error Unknown reason" error, could anybody pls help me >

Re: [android-developers] Re: OpenSource REST Client for Android

2010-08-11 Thread sunil kumar
Dear all, I'm having problem with CTS (Android - Comptibility test suite) execution on ARM emulator (Android version used is froyo) , it is generating "Uninstall TIMEOUT error Unknown reason" error, could anybody pls help me is it expected behaviour or any workaround is there to stop the Un

[android-developers] Re: OpenSource REST Client for Android

2010-08-11 Thread Robert Nekic
FYI, there is an hour long video from this year's Google IO about building Android REST client apps. http://code.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html On Aug 11, 12:47 am, Kevin Duffey wrote: > You can use HTTPClient very easily to make REST calls. That is wha

Re: [android-developers] Re: OpenSource REST Client for Android

2010-08-10 Thread Kevin Duffey
You can use HTTPClient very easily to make REST calls. That is what I use and its part of the Android platform. I am not sure if any others can comment on why/how restlet may be better.. I'd be interested to know as well. On Tue, Aug 10, 2010 at 9:01 PM, Streets Of Boston wrote: > I'm using REST

[android-developers] Re: OpenSource REST Client for Android

2010-08-10 Thread Streets Of Boston
I'm using RESTlet for my work's project. It works great. On Aug 10, 11:01 pm, Bob Kerns wrote: > I haven't written any code myself yet, though I've worked a bit with > code written by others: > > http://restlet.org > > There's specifically an Android edition. I'm not sure what > distinguishes the

[android-developers] Re: OpenSource REST Client for Android

2010-08-10 Thread Bob Kerns
I haven't written any code myself yet, though I've worked a bit with code written by others: http://restlet.org There's specifically an Android edition. I'm not sure what distinguishes the different editions. On Aug 10, 7:32 am, SAMPATH KUMAR wrote: > Hi All, > Is there any Opensource REST / RE