I want to get the status (only once) of the cell connection and the network connection. I don't want the overhead of actually making the network request as my app is not going to use services. Basically I just want to know what the two icons in the uper left are saying.
All possible states for cell/network are:
cell/3g
cell/edge
cell/wifi
cell/no network
no cell/wifi
no cell/no network
I don't believe these states are possible no cell/3g no cell/edge
I can't figure out if the sdk reachabilty class will give me this information. Any ideas if this is possible?