How to Authenticate Users

Thomas7399

New Member
Hello all,

I am new to programming for Android, but am very excited to begin. I have experience with the .Net family.

Anyway, I want to create a program that interfaces with a website that I have. Part of that interface would be when the app. starts up, I would have the user sign in with their username and password. How does that process work (both generally and specifically with syntax)? The guy who programmed my site talks quite a bit about web services using JSON. I know he built the site with php.

Any help is appreciated.

Signed,
:sign0104:
 

KashMalaga

Member
Licensed User
Longtime User
You´ve got some methods,

Example:

Using a php looking for deviceID to diferent devices.

Or if you just wanna put a name and pass using webview user&pass functions and in your serverside .htaccess ;)
 
Upvote 0
Top