I am using DefaultHttpClient in my current app.
DefaultHttpClient
I read this article which states that the DefaultHttpClient is deprecated: http://develope
As well as linking to that blog, the docs recommend you use URL.openConnection which has been around since API level 1.