I\'m newbie here. I want to connect my android app to wampserver database. I found a tutorial on this link, But where should I find my serverUrl in wampserver? It should loo
Thanks to @e4c5 (for the suggestions) and to @Laser for the answer(s).
I solved it!
So for the others who will stumble upon this problem, check this out! ^_^
Go to cmd >> type ipconfig
>> then look at IPv4 Address...
Then paste it on private final String serverUrl = "your path here"
Replace your path here
with http://192.168.1.8/android_user_api/index.php
Thank you guys!
Happy Coding!