腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(698)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
DialogPreference中的
ExpandableListAdapter
我正在尝试将
ExpandableListAdapter
添加到DialogPrefence。subscribed_channelsList);lv.setAdapter(adapter); 我必须如何使用
ExpandableListAdapter
浏览 3
提问于2013-03-25
得票数 0
回答已采纳
1
回答
ExpandableListAdapter
vs BaseExpandableListAdapter
除了接口和抽象方法的区别之外,
ExpandableListAdapter
和BaseExpandableListAdapter还有什么区别呢? 请给出每一个应该使用它的例子。
浏览 0
修改于2017-07-18
得票数 3
1
回答
复杂布局的
ExpandableListAdapter
layout_width="match_parent"/> 活动类代码如下:
ExpandableListAdapter
R.id.lvExp); // getting the listview listAdapter = new
Expand
浏览 3
修改于2014-04-18
得票数 0
回答已采纳
2
回答
似乎找不出
ExpandableListAdapter
我正在尝试编写一个简单的示例,它通过网络提取外部数据,并通过一个ExpandableListView填充一个
ExpandableListAdapter
。我试过几个例子,但我几乎迷失了方向。我很熟悉使用ArrayAdapter类,但是
ExpandableListAdapter
似乎是完全不同的。MyExpandableListActivity extends ExpandableListActivity { private
ExpandableListAdapter<
浏览 0
提问于2011-03-03
得票数 3
1
回答
ExpandableListAdapter
添加/删除组
我需要能够在我的
expandableListAdapter
中动态创建和删除组。我已经找遍了我能找到的所有东西,但我被卡住了。我不需要特定的代码,只是被指向正确的方向。
浏览 1
提问于2011-10-02
得票数 0
回答已采纳
3
回答
NullPointerException at
ExpandableListAdapter
.getChild()
String> childList; ExpandableListView listview; expListAdapter = new
ExpandableListAdapter
public class
ExpandableL
浏览 2
修改于2017-10-27
得票数 4
回答已采纳
3
回答
无法实例化类型
ExpandableListAdapter
public class MainActivity extends Activity { ExpandableListViewR.id.left_drawer); prepareListData(); 错误在这一行中: l
浏览 2
修改于2013-10-21
得票数 1
回答已采纳
1
回答
ExpandableListAdapter
和Sqlite
有没有使用
expandablelistadapter
处理sql查询结果的好例子?谢谢 凯文
浏览 0
提问于2010-09-02
得票数 3
回答已采纳
1
回答
ExpandableListAdapter
显示错误的childViews
matching that shown in list view) list view upon returning (notice contents now shown correctly) 下面是
ExpandableListAdapter
浏览 36
修改于2021-02-09
得票数 0
回答已采纳
1
回答
ExpandableListAdapter
图像视图/Textview
android.os.Bundle; prepareListData(); listAdapter = new
ExpandableListAdapter
listDataChild.put(lis
浏览 0
提问于2020-04-17
得票数 0
回答已采纳
1
回答
bindView等价于
ExpandableListAdapter
我正在实现
ExpandableListAdapter
,我想知道在CursorAdapter中是否有任何与CursorAdapter中的ListView等价的东西?
浏览 0
提问于2014-09-16
得票数 0
回答已采纳
1
回答
ExpandableListAdapter
-如何处理getChildrenCount?
首先我要说的是,我不理解getChildrenCount,我的意思是,它并没有真正按照文档所建议的方式运行。@Override Log.i("LL", "Picking list size for selected component: " + ((LoadList)parentItems.get(groupPosition)).getPickingList().size()); return ((LoadList)parentIte
浏览 2
修改于2014-11-10
得票数 1
1
回答
ExpandableListAdapter
删除组问题
(这里有一点:同时,我已经尝试使用哈希映射来处理提供给
ExpandableListAdapter
的数据-但结果却是相同的错误视图!)有一个contentView "budget_expandable_list“,它被设置为
ExpandableListAdapter
。<Category> allCatsList; List<String> expListViewTitle;
ExpandableListAdapter
do
浏览 2
提问于2018-11-03
得票数 0
回答已采纳
5
回答
ExpandableListAdapter
onClickListener,调用notifyDataSetChanged()
我有一个使用onclickListener来更改父文本的自定义适配器,我不知道如何让notifyDataSetChanged方法在适配器中工作。这是一个应该发生什么的图片例子。在单击按钮之前,请使用以下命令: 单击按钮后,请使用以下命令: “选择一种成分”改为“米饭、杯子”或任何点击的东西。这是我的代码,谢谢! package com.example.andrew.mypan
浏览 0
修改于2015-07-15
得票数 13
回答已采纳
2
回答
'
ExpandableListAdapter
‘是抽象的;不能实例化
我正在处理MainActivity.java部分,得到了以下错误:我怎么才能解决这个问题?
浏览 3
提问于2014-11-02
得票数 2
回答已采纳
1
回答
如何使用
expandableListAdapter
中片段中的按钮
我的安卓应用程序有一个问题:我有一个
expandableListAdapter
和一个按钮要保存的片段。我的问题是,当我在
expandableListAdapter
列表中编辑一些信息时,如何使用按钮保存。因为当我在fragment itself上使用它时,我没有在
expandableListAdapter
上编辑数据,而且似乎不能在
expandableListAdapter
本身中使用它。
浏览 2
修改于2015-06-11
得票数 0
回答已采纳
2
回答
使用嵌套
ExpandableListAdapter
的LinkedHashMap
早上好伙计们 private Context context; private LinkedHashMap<String, LinkedHashMap<String, Class<?>>> menuOp
浏览 4
提问于2015-09-01
得票数 0
回答已采纳
1
回答
ExpandableListAdapter
:通知调用代码更改
我有一个为ExpandableListView设置
ExpandableListAdapter
的活动。谢谢,wTs
浏览 0
提问于2010-12-10
得票数 0
回答已采纳
1
回答
不能将
ExpandableListAdapter
解析为类型
我一直收到一个错误:"
ExpandableListAdapter
不能解析为类型“ OnClickListener { ExpandableListView expListView;= (ExpandableListView) findViewById(R.id.lvExp); prepareListData
浏览 4
提问于2014-01-24
得票数 0
回答已采纳
1
回答
图像的
ExpandableListAdapter
中出现错误
firstFragment).commit();} QuestionsFragment.java prepareListData(); listAdapter = new
ExpandableListAdapter
getApplicat
浏览 0
提问于2016-03-19
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券