php - Android Studio - Login/Register stuck at Checking Network -


i started learning android studio , working on app. first part of app require login or registration continue, suppose directed main/home screen. create process followed tutorial

everything seems fine until try registering or reset password. first tested in wamp on local host , moved live server, i've changed urls , edited config file. i've added internet , wifi permissions in manifest file well.

i can show code im not sure code has seen me out, theres database files, android studio files etc. if take @ tutorial know more or less im going wrong.

any appreciated, thanks!

<?php /** * database config variables */ define("db_host", "127.0.0.1"); define("db_user", "root"); define("db_password", "iputmypassword"); define("db_database", "myapp_login_api"); ?> 

i remember when connect device local wlan network able request localhost via 10.0.2.2. in configuration or in activity when try connect localhost, should use 10.0.2.2 instead of localhost or 127.0.0.1.

to verify web part try simulate requests via browser!

good luck


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -