Is there any Android library to use for HTTP POST, GET etc. in terms of performance, stability, maturity etc.?
I have an android app i want to submit HTTPS POST requests to a server (GAE).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache HTTPClient is built-in in Andorid. See the documentation.
It’s stable and mature and it has – in my experience – a good performance.