franco10 Posted July 24, 2012 Share Posted July 24, 2012 hello, I work with mysql and I want to do an authentication interface: This interface contains two fields login, password according to verification of login and password (the test between the login and password entered and the login and password retrieved from mysql) redirection is made if they are correct a new interface will be open else an error message is displayed I want to do this authentication module through android using web service to connect to mysql database I hope to get help for this problem thank you in advance Link to comment Share on other sites More sharing options...
BETA-TESTEUR Posted July 26, 2012 Share Posted July 26, 2012 Please write in french : it's a french WEBSITE Envoyé depuis mon GT-S5570 avec Tapatalk Please write in french : it's a french WEBSITE Envoyé depuis mon GT-S5570 avec Tapatalk Please write in french : it's a french WEBSITE Envoyé depuis mon GT-S5570 avec Tapatalk Link to comment Share on other sites More sharing options...
EvOx Posted July 30, 2012 Share Posted July 30, 2012 Hi Franco10, The best way to create online authentication for your app is to create a server which will communicate with your MySQL server. Get a look at RESTful web services to make it easier (restlet.org or my website http://blog.evoxmusic.fr/content/java-use-restlet-json-web-service-provider) Hope this help you ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.