Unlocking Android - NetworkExplorer
------------------------------------
Android code example that makes use of network ConnectionManager,
and also makes network Socket and HTTP calls (using java.net and Apache HttpClient). 

Uses various HTTP methods 
and includes SSL and basic authentication. 

Also provides an example of a Google ClientLogin token retrieval and usage with
Google Contacts, and a REST (like) example with helper class that uses the del.icio.us API.

Tested with Android 1.1 and 1.5.

--------------------------------------

Checkout:
svn co http://unlocking-android.googlecode.com/svn/chapter6/trunk/NetworkExplorer/


Eclipse:
Setup a SVN repository for the UAD code project (http://unlocking-android.googlecode.com/svn). 
Then checkout chapter6/trunk/NetworkExplorer as an Eclipse project. 