Android 中文API (68) —— BluetoothClass.Service
正文 一、結構 public static final class BluetoothClass.Service extends Object &n
Android 中文API (69) —— BluetoothAdapter
正文 一、結構 public final class BluetoothAdapter extends Object &nb
Android藍牙開發淺談
對於一般的軟件開發人員來說,藍牙是很少用到的,尤其是Android的藍牙開發,國內的例子很少 Android對於藍牙開發從
Android 中文API (70) —— BluetoothDevice
正文 一、結構 public static class BluetoothDevice extends ViewGroup.LayoutParams 
Android藍牙API之BluetoothAdapter類(1)
使用BluetoothAdapter類,你能夠在Android設備上查找周邊的藍牙設備然後配對(綁定),藍牙通訊是基於唯一地址MAC來相互傳輸的
Android藍牙API之BluetoothAdapter類(2)
從Android 2.0開始提供最全面的藍牙開發接口,API Level為5的系統才能調用,目前Android Bluetooth API包含了主要以下幾類:Blueto
android 中文 api (71) —— BluetoothServerSocket
正文 一、結構 public final class BluetoothServerSocket extends Object implements Clos
android 中文 api (72) —— BluetoothSocket
正文 一、結構 public static class Gallery.LayoutParams extends ViewGroup.LayoutParams
android api 中文 (73)—— AdapterView
正文 一、結構public abstract class AdapterView<T extends Adapter> extends ViewGroup&
android api 中文 (74)—— AdapterView.AdapterContextMenuInfo
正文 一、結構 public static class AdapterContextMenuInfo extends Object implements Co
android api 中文 (75)—— AdapterView.OnItemClickListener
正文 一、結構 public static interface AdapterView.OnItemClickListener &nbs
Android API 中文(76)——AdapterView.OnItemLongClickListener
正文 一、結構 public static interface AdapterView.OnItemLongClickListener
Android API 中文(77)——AdapterView.OnItemSelectedListener
正文 一、結構public static interface AdapterView.OnItemSelectedListener 二、概述 定義了
Android 2.3 r1 中文API (78)—— ViewAnimator
正文 一、結構 public class ViewAnimator extends FrameLayout java.lang.Ob
android中文api(79)——Gallery
正文 一、結構 public class Gallery extends
Android提高第十篇之AudioRecord實現“助聽器”
Android可以通過MediaRecorder和AudioRecord這兩個工具來實現錄音,MediaRe
Android提高第十一篇之模擬信號示波器
上次簡單地介紹了AudioRecord和AudioTrack的使用,這次就結合SurfaceView實現一個Androi
Android提高第十二篇之藍牙傳感應用
上次介紹了Android利用麥克風采集並顯示模擬信號,這種采集手段適用於無IO控制、單純讀取信號的情況。如果傳感器本身需
Android提高第十三篇之探秘藍牙隱藏API
上次講解Android的藍牙基本用法,這次講得深入些,探討下藍牙方面的隱藏API。用過Andro
Android入門第十五篇之ActivityGroup實現Tab分頁標簽
很多客戶端軟件和浏覽器軟件都喜歡用Tab分頁標簽來管理內容,除了可以用TabHost控件,還可以用ImageButton + Act