I have build an app and installed in my android studio emulator. One of the activity contains a recycler view which loads contents from database. The database was in localhost and I fetch the contents using php code. I have used "http://192.168.1.101/fetch.php" to fetch the contents. But the app is not able to load the contents while running in emulator on the other hand when I run it in my android phone it runs smoothly.
I am using WAMP. I can access internet in emulator (checked some websites using chrome etc). But problem occurs in case of this database content retrival.
I am a beginner in app development. So it will be very helpful if you provide the answers in an easily understandable way.
Please help me how to solve these problem..