單項選擇題ListView與數(shù)組或List集合的多個值進行數(shù)據(jù)綁定時使用()。

A.ArrayAdapter
B.SimpleAdapter
C.SimpleCursorAdapter
D.BaseAdapter


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下面對CheckBox組件描述正確的是()。

A.不能設置默認選中項
B.設置的監(jiān)聽器與RadioGroup的一樣
C.isChecked()方法可判斷是否被選中
D.用于多選一的情況

2.單項選擇題為圖片按鈕ImageButton上面再添加些文字,正確的是()。

A.可以通過android:text屬性為其添加
B.可以通過方法setText()來添加
C.可以通過android:value屬性來添加
D.以上都不對

3.單項選擇題以下哪個方法可以用來獲得進度條的當前進度值?()

A.public synchronized int getProgress()
B.public synchronized void setIndeterminate (boolean indeterminate)
C.public synchronized void setProgress(int progress)
D.Public final synchronized void incrementProgressBy(int diff)

4.單項選擇題以下哪個控件可以用來顯示進度?()

A.EditText
B.TextView
C.ProgressBar
D.Button

5.單項選擇題自定義控件時需要重寫View類的很多方法,以下哪個方法是與焦點相關?()

A.onTouchEvent
B.onFocusChanged
C.onAttachedToWindow
D.onDraw