原文:關於BaseExpandableListAdapter

首先要明確,可折疊列表在每個項是包含子項的,那么肯定會用到集合嵌套 下面是封裝的兩個實體類: package com.yx.pojo public class Chid private int img private String txt public int getImg return img public void setImg int img this.img img public Stri ...

2016-10-04 21:48 0 4324 推薦指數:

查看詳情

Android之ExpandableList擴展用法(基於BaseExpandableListAdapter

1.簡介   基於基於BaseExpandableListAdapter擴展的ExpandableList用法,現在網上流行的主要有兩種:第一種是向BaseExpandableListAdapter傳入兩個數組,第一個是表示Group(目錄頭)信息的一維數組,第二個是表示Child(目錄子項 ...

Wed Jul 18 18:46:00 CST 2012 3 17122
android:使用BaseExpandableListAdapter實現可折疊的列表

使用BaseExpandableListAdapter 可以實現所謂的可折疊的列表,例如QQ里好友的分組的功能。 BaseExpandableListAdapter與BaseAdapter的基本原理是一樣的,只不過在傳入list的時候,要傳入兩組,一組是groupArray ,一組時 ...

Mon Jun 18 23:29:00 CST 2012 2 17839
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM