Posts by Gustavo Brunoro • 21 points
1 post
-
2
votes2
answers345
viewsQ: Testing web server connection - Android
I need to make a test connection with the web server, I am using this code below but all the attempts I made it always fall in the catch HttpURLConnection conn = null; try { URL url = new…