I have created a web service that allows a user to authenticate his username and password. It returns "Success" when both username and password and correct. Now I need to make an Android app that does almost the same thing by taking a username and password via EditText fields and authenticating the user by calling the web service I have created.
I have created my database in SQL Server 2008 and I have used C#/.NET to create my webservice Here is the web service code
Can anyone tell me how to go about creating the Android app?
Thanks