更改图库所选项目的外观
我的布局上有“Gallery”,我创建了一个继承自 BaseAdapter 的类,将其设置为 Gallery 适配器 GalleryAdapter extends BaseAdapter ,我使用了它 setA…
AbsListView$RecycleBin.addScrapView() 中的SectionedAdapter ArrayIndexOutOfBoundsException 问题?
我正在使用一个分段适配器,但是我正在尝试修改它,以便使用 if (section.adapter.getCount() > 0) 如果它们为空,则不会出现这些部分。我有以下课…
android 画廊视图“口吃”带有延迟图像加载适配器
我想创建一个延迟加载适配器以与 Gallery 小部件一起使用。 也就是说,getView()立即返回一个ImageView,稍后其他一些机制将异步调用其setImageBitmap…
Android 的 ArrayAdapter - 添加字符串列表视图而不是替换
这就是我向 listview 添加数组的方法: ListView my_listview = (ListView)findViewById(R.id.listView1) ArrayAdapter<String> adapter = new Ar…
findviewbyid() 在 Eclipse 中的自定义适配器中返回 null
欢迎来到另一个 findviewbyid() returns null 问题! 我编写了一个适配器类,用于将数组显示到 ListView 中。猜猜 findviewbyid() 返回 null 是什么。…
Android:如何刷新ListView内容?
我的 ListView 使用的是 BaseAdapter 的扩展,我无法让它正确刷新。当我刷新时,旧数据似乎会绘制在新数据之上,直到发生滚动事件。旧行绘制在新行之…
ListView ArrayAdapter,将子项隐藏在 Row 中?
我觉得有点愚蠢,因为我找不到这个问题的答案,这让我觉得我实际上问了错误的问题。然而,这里... 我有一个列表视图,和一个在 xml 中定义的 listview…
如何修复动态适配器包装器 Android 中的 notificationDataSetChanged/ListView 问题
摘要:尝试通过自定义适配器包装器动态地将标题行添加到 ListView 中。 ListView 无法保持滚动位置同步。提供了可运行的演示项目。 我想根据 CursorAd…
如何切换图库的适配器
我可以动态切换图库的适配器吗? 在我的活动的 onCreate() 中,我这样做了: myGallery.setAdapter(adapter1) 然后在我的代码中,我 myGallery.setAda…
- 共 1 页
- 1