I created an android app that fetch data from mysql database using localhost wamp server, but the problem is there is no data when I run the app and there is no any error in log,
and when I run my php file (test.php) using the browser it shows data
http://127.0.0.1:81/Test/test.php
here is the code where I added the php url:
private static final String URL_PRODUCTS = "http://127.0.0.1:81/MyApi/Api.php";
any help will be appreciated.