如何在android可擴展列表視圖中獲取多個複選框值?帶有多個CheckBox的Android ExpandableListView
0
A
回答
0
我不是100%確定的,因爲我自己還沒有這樣做,但是我會嘗試讓您的ListView項目(您在每個列表項目中使用的佈局)抽屜,然後從在那裏,我會假設你希望他們取決於如果你需要他們或不填充,所以我會使用的東西沿着
final Button btnLogin = new Button(this);
btnLogin.setText("Login");
btnLogin.setLayoutParams(new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT));
btnLogin.setGravity(Gravity.CENTER);
btnLogin.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
new GetDataFromServlet().execute(NetworkActivity.this);
Log.i(getClass().getSimpleName(), "button was pressed");
}
});
的線,但作爲一個複選框,而不是一個按鈕
0
這裏的在ExpandableListView中實現複選框的示例程序: mylifewithandroid.blogspot.com: Expandable lists and check boxes
相關問題
- 1. 單選Android的ExpandableListView在ChildView的CheckBox
- 2. Android ExpandableListView CheckBox只選Clicked複選框
- 3. 帶有自定義組頭的Android ExpandableListView
- 4. ExpandableListView groupIndicator被禁用了CheckBox
- 5. 帶有JSON數組的ExpandableListView
- 6. ExpandableListView子項的CheckBox被隨機檢查
- 7. Android中的多級ExpandableListView
- 8. 具有2個子級別的Android ExpandableListView
- 9. ExpandableListView裏面的ExpandableListView android
- 10. 有關數組的Android ExpandableListView
- 11. 帶有CursorTreeAdapter的ExpandableListView上'_id'的用法
- 12. 使用帶有TextView和CheckBox的Custome ListView單選CheckBox
- 13. 帶有CheckBox和可選項目的Android ListView
- 14. 帶有TextWrapping的WPF CheckBox樣式
- 15. 帶有HierarchicalCollectionView的CheckBox標題渲染器
- 16. 帶有CheckBox指南的ListView SQLite
- 17. 帶有多個根元素的Android XmlPullParser
- 18. Android中的AlarmManager帶有多個鬧鐘
- 19. ANDROID - ExpandableListView
- 20. Android中的ExpandableListView
- 21. 來自SQLite的ListView每個行都帶有EditText和CheckBox
- 22. Android 2.1+中的ExpandableListView
- 23. 的Android ExpandableListView錯誤
- 24. 一個ExpandableListView的多個佈局
- 25. android應用程序的expandablelistview內的多個子視圖
- 26. Android - TableLayout to ExpandableListView
- 27. Android expandableListView錯誤
- 28. Android ExpandableListView GroupIndicator gravity
- 29. 3級ExpandableListView Android
- 30. ExpandableListView單爲Android