I am working on wifi based chat engine and I was able to retrieve the list of hosts connected to current wifi network by followin this link and now got list of devices with
The variable canonicalHostname contains the result. Use
canonicalHostname
holder.computerName.setText("Canonical : "+canonicalHostname);