ios-samples/ReachabilitySample
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots Added some screenshots from flickr links in the README.md files. 2011-09-29 11:40:52 +02:00
Airport.png Rename so they are in order on GitHub 2011-07-25 19:07:19 +01:00
AppDelegate.cs [Reachability] Fix startup crash + update sample 2015-09-10 11:37:25 -03:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Main.cs [Reachability] Fix startup crash + update sample 2015-09-10 11:37:25 -03:00
Main.storyboard [Reachability] Fix startup crash + update sample 2015-09-10 11:37:25 -03:00
MainViewController.cs [ReachabilitySample] Refresh sample: 2016-09-05 17:35:26 -03:00
MainViewController.designer.cs [Reachability] Fix startup crash + update sample 2015-09-10 11:37:25 -03:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
Network.png Rename so they are in order on GitHub 2011-07-25 19:07:19 +01:00
README.md Standardize README.md formatting and add some missing descriptions. 2011-09-27 17:28:31 +02:00
Reachability.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Reachability.sln [ReachabilitySample] Refresh sample: 2016-09-05 17:35:26 -03:00
WWAN5.png Rename so they are in order on GitHub 2011-07-25 19:07:19 +01:00
reachability.cs [ReachabilitySample] Refresh sample: 2016-09-05 17:35:26 -03:00
red.png Rename so they are in order on GitHub 2011-07-25 19:07:19 +01:00
stop-32.png Rename so they are in order on GitHub 2011-07-25 19:07:19 +01:00

README.md

Reachability Sample

This sample shows how to use the APIs to find out what kind of connectivity is available.

This sample started as a line-by-line port of the Apple sample, and it was too late when I realize that the sample was not very good to begin with. I have moved on to work on other things, but take this sample (and the Apple one) with a grain of salt, it does not use the best practices nor is it a great use of the APIs in the first place.

Preview

iPhone running Reachability sample

Authors

Miguel de Icaza