I’m currently on a public WIFI spot and I’m unable to use SSH (they probably blocked that port). However, I need that connection to do a git push. âžœ...
How do you detect the network connection type on Android? Is it through ConnectivityManager.getActiveNetworkInfo().getType(), and is the answer limited to Wifi and mobile? 14 Answers 14
I thought there was a way to test your applications in development over Wi-Fi. Is this possible? I’d love to be able to untether my phone and develop wirelessly....