I am having trouble finding information on how to locate available network servers through android. I am hoping someone on here can point me in the right direction. The application I am coding requires the user to locate the server the application will communicate with from a list of all available network devices. I am wondering how I would go about doing this in java. Any help would be appreciated.
I am having trouble finding information on how to locate available network servers through
Share
So i decided to give up on having the user select their server from a list. I now have the user enter the ip address and than check if the ip address is correct by using:
thanks for the responses.