Hi I am building a Login Module for android native app.There is a login module for the website.
I want to use same servlet to validate Userid and password, both for browser and android app.
I want to
1) Redirect user to a new jsp page if the user logs in thru browser 2) I want to send a success/error response code to android app if he requests thru the app.
i am good with redirecting user to a new jsp. but how to check if user logs in thru android app.?
Thanks