does somebody know a explicit way to programmatically login to a website in an Android-App?
Thanks in advance :)
Don't cmpletely understand what you want, but if you just need to login and see the response, you could use a webview, and parse through the html like how to get html content from a webview?.