Monday, November 2, 2015

Android Studio Simple Login Apps Example


Follow tutorial on http://easyway2in.blogspot.my/2015/07/android-mysql-database-connect.html.

The tutorial was implemented on emulator. If you want to test via Internet connection, you need to setup a live website. Change the URL to the valid Web URL e.g.

String reg_url = "http://tuts.razi.net.my/easyway2in/register.php";
String login_url = "http://tuts.razi.net.my/easyway2in/login.php";

(If you haven't got any live hosting, try out the above URLs)

No comments:

Post a Comment