0

I need an application that pops up a message every time the network ip has changed. When for example I am moving between wifi-es.

Can someone give me some code examples?

Thx. Appreciate!!

user1222905
  • 533
  • 2
  • 17
  • 36

1 Answers1

1

may be you can use the tutorial http://android-er.blogspot.in/2011/01/check-rssi-by-monitoring-of.html which includes broadcast receiver and on receiving such broadcast you can compare previously tored ip and current ip.Hope this will help.

Ganesh
  • 251
  • 2
  • 13