I'm developing an android-app for my website. On the website you can create users and login with them.
Now i want this on the App to. The login function is the problem.
I've got all the forms (Username & Password). Now I want to connect to an custom adress on my webserver ex: http://domain.com/login.php?username=MyUserName&password=MyPassWord
This page will return "1" if the login was correct, and "0" if not. And I want my app to connect to this adress and then get the content/result my webserver leaves.
Please help my, I've been sitting HOURS tryin to get it right.