Re: [android-developers] Re: Simple app with commons-httpclient-3.1.jar

2012-06-28 Thread Iain William Wiseman
On 20/06/2012 7:16 p.m., Uwe Maurer wrote: Why not just use the built-in http clients? They are optimized for Android and you don't bloat your app with extra dependencies like junit. See here for more information: http://android-developers.blogspot.com/2011/09/androids-http-clients.html Uwe

[android-developers] Re: Simple app with commons-httpclient-3.1.jar

2012-06-28 Thread Uwe Maurer
Why not just use the built-in http clients? They are optimized for Android and you don't bloat your app with extra dependencies like junit. See here for more information: http://android-developers.blogspot.com/2011/09/androids-http-clients.html Uwe On Wednesday, June 20, 2012 8:12:26 AM UTC+

[android-developers] Re: Simple app with commons-httpclient-3.1.jar

2012-06-20 Thread Nobu Games
Android already comes equipped with an older version of Apache's HTTP client. It actually serves almost all your needs unless you need to send multipart POST requests. For that purpose you can learn from following page: http://stackoverflow.com/questions/2017414/post-multipart-request-with-andr