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
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 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
3 matches
Mail list logo