블루투스 연결 클라이언트 소스
package com.hk.bluecontrol; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.UUID; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; i..
Studying/Android
2011. 3. 23. 15:21
1) 프로젝트의 Properties 2) Add External JARs
Studying/JAVA
2011. 3. 22. 11:16