标签: android list listadapter
答案 0 :(得分:0)
有可能。要实现这一点,请不要使用SectionIndexer。通过扩展BaseAdapter创建CustomAdapter。为图像视图创建一个条目。如果条件满足,则显示图像视图;否则不显示图像视图。你必须设定条件。最好创建一个hashmap,并将position作为键存储,imageview visible or not作为值存储。
position
imageview visible or not