views:

98

answers:

1

I am trying to get a better grip on Android's ConnectivityManager and how it really works under the hood. Using the API is simple enough but I am looking for something lower level such as when it starts and the dirty details of what its doing in the background. I can't seem to find a good resource about it. Everything is just about using the API.

Does anyone understand this or have any resources that they could point me to, website, book, white paper, or otherwise? I would really appreciate it.

Thanks

A: 

I just want to close this one out.

Source files are the best way to go on this one. Java.android.net is the directory that holds all the networking java services. To look at switching from network to network, however, one would have to look in the native layer.

Mike