Androidのサンプルコードは、Android SDK\platforms\android-x.x.x\samples ディレクトリ下にありますが、
最新の追加サンプルコードは、以下のリンク先にあります。
http://developer.android.com/shareables/latest_samples.zip ※約2.37MB
zip ファイル内に収録されていたプロジェクトは以下のとおりです。
- ApiDemos
- BluetoothChat(minSdkVersion="6")
- ContactManager(minSdkVersion="5", targetSdkVersion="5")
- MultiResolution(minSdkVersion="3", targetSdkVersion="4")
- Wiktionary(minSdkVersion="3", targetSdkVersion="4")
- WiktionarySample(minSdkVersion="3", targetSdkVersion="4")
簡単な解説は以下の公式サイトにあります。
http://developer.android.com/resources/samples/index.html
BluetoothChat のソースコードは、以下の公式 Dev Guide の Bluetooth Topic とあわせて読むと理解しやすかったです。
http://developer.android.com/guide/topics/wireless/bluetooth.html
