Hi guys I've gone through a lot of coding on line to get my android mobiles IP address Most of them are ending with
if (!inetAddress.isLoopbackAddress())
{ return inetAddress.getHostAddress().toString(); }
How ever i get something that looks like this:- "fe80::a00:27ff:fe37:28b5%eth1" Weird cause I was expecting something like xxx.xxx.xxx.xxx
Can some one help me understand whats this?