I searched for good REST / HTTP Clients for Android-Development, but I did not found something that meets my needs.
Now I have a question. Is there a good way to reuse HTTP client-objects in an android project?
It would be good if there is a central place (maybe static class?) to access an httpclient to do request (async)...
How can I do this in an android project?
Same thing for my credentials. (I use basic auth and do not want to pass the credentials from activity to activity)