I want access to my localhost I use xamp and i have changed the default Ip from my localhost and I put my network Ip in my app using volley library. the network address works if I use by mobile navigator and fail if I use library volley in my app. But if I use another address like www.googl.com on my app I will have a response. Anybody can help me because I don't know where is the issue.
Asked
Active
Viewed 24 times
0
-
Your Android device is its own localhost. Every pc, laptop or Android device is its own localhost. So you probably have several localhosts. Please rephrase your post. – blackapps Aug 12 '20 at 17:27
-
Can you use dots to mark the end of a sentence. Its all pretty unreadable. – blackapps Aug 12 '20 at 17:29
-
Sorry for not being so clear .I found the answer here https://android.developreference.com/article/11323473/Volley+library+does+not+connect+to+10.0.2.2 .Thanks to the contributors – user3650125 Aug 19 '20 at 23:57