Open main menu

CDOT Wiki β

Changes

MAP524/DPS924 Lecture 7

135 bytes added, 20:08, 21 July 2015
no edit summary
Any network operation can potentially take a very long time, so you'll have to do all your network stuff in a separate thread or AsyncTask.
 
As a demo for this week's lecture we're going to use the service provided by [https://www.ipify.org/ ipify] to obtain our IP address.
== Connecting ==