I looking to create a login form for an android application. I want to use a post method to send information to the server side where it is handle by a PHP file; which in tu
If you are not trying to send and receive large files, I'd suggest HttpClient.
It is much easier to get started and use, and there are much more working examples available on the internet.
NOTE: This is HttpClient is different than HTTPClient (note case) which is another vendor's implementation.