I have an activity that would connect to an Apache server in a a remote computer using IP Address and ports. I can connect to the server manually and the WAMP home page shows on the devices browser.
What I want to do is to check if you can actually connect to the server using the IP Address entered into an EditText in an activity.
So after it clicks a button, it would check the connection and if successful to goes to the next activity. And if it cannot use the ip address or if the ip address does not have Apache, it would show a Toast.