问题
I would like know how to implement the Login Check example by comparing the username and password on Server-side using Web-Services in Android.
回答1:
A Complete Example for Authentication is Here
回答2:
Use HttpPostmethod to check login. This will make the login secured.
回答3:
you can also check out Parse.io , the service will handle most of the server-side for you, depending on what you actually want to do.
来源:https://stackoverflow.com/questions/9256647/login-check-in-server-side