i have created static ip using loopback adapter on windows 7 , i have also created my database on wamp server, how can I access that on my android device without using a router or internet but just my laptop and my cellphone .Any sugestion and solution are appritiated thankyou.
Asked
Active
Viewed 25 times
0
-
Not possible. If I could only access this site without connecting to the internet! – galdin Apr 07 '16 at 14:50
-
hey can u tell me any easiest way to do this task with least resources... thanx for the reply – Akash Apr 08 '16 at 14:29
-
the computer and the phone must be on the same local network, if that's possible I'll consider posting an answer – galdin Apr 08 '16 at 15:25
-
yes i can connect phone and my system with a same router – Akash Apr 10 '16 at 14:09
-
I just re-read your question. Are you trying to connect to the database directly from your android app? If yes don't do it. Create a REST API on the server, and then connect to it using your android app. You should find many tutorials online. – galdin Apr 13 '16 at 08:53
-
Possible duplicate of [Can we connect remote MySQL database in Android using JDBC?](http://stackoverflow.com/questions/26470117/can-we-connect-remote-mysql-database-in-android-using-jdbc) – galdin Apr 13 '16 at 08:54