I'm trying to make an application that needs authentication :- when user type username and pw in the text boxes it should check with the DB in the server and authenticate.
how can i do this in the android?
can please any one help me??
thank you,
|
I'm trying to make an application that needs authentication :- when user type username and pw in the text boxes it should check with the DB in the server and authenticate. how can i do this in the android? can please any one help me?? thank you, |
|||
|
|
If you are a web developer you can do this authentication very easily. You can follow the following steps,
Thats it. |
||||
|
|
|
The answer to How to do HTTP authentication in android? Should be what you are looking for. Maybe with a different encryption solution of course. |
|||
|
|