Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 413 Bytes

File metadata and controls

10 lines (8 loc) · 413 Bytes

Android IP Address Scanner

  • User add an ip address in Plain Text
  • The application send a request to http://ip-api.com/json/
  • Parsing JSON
  • Display in ListView

#Some extras

  • The application works with Text Changed Listener so when you change something on default address, it'll immediately send a request to the API.
  • If you delete the IP from plain text the default IP address will your device address.