Android:SectionIndexer 的自定义视图布局和动态禁用 SectionIndexer

Android: custom view layout for SectionIndexer and disabling SectionIndexer on the fly

提问人:tomash 提问时间:6/6/2010 更新时间:5/25/2011 访问量:1310

问:

  1. 是否可以使用自定义视图作为节索引器?即使其更透明并使用图像而不是字符?
  2. 是否可以在不禁用 FastScroll 功能的情况下按需启用/禁用 SectionIndexer 弹出窗口?
Android 列表 列表适配器

评论


答:

0赞 Sunil Kumar Sahoo 5/24/2011 #1

这是可能的。若要实现此目的,请不要使用 SectionIndexer。通过扩展 BaseAdapter 创建 CustomAdapter。有一个用于图像视图的条目。如果满足条件,则显示图像视图;否则不显示图像视图。您必须设置条件。最好创建一个哈希图,并存储为键和值。positionimageview visible or not