Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 id 添加到添加的页脚视图中?例如,当扩展 baseadapter 时,可以将返回的 id 更改为任何值。这比位置更容易使用。添加可单击的页脚视图时是否可以执行此操作,以便 onItemClick 将返回一个 ID?
我认为您有一个自定义视图,称为页脚视图。如果是这种情况,您可以按照您在创建的自定义视图类中的需要编写您希望视图对所需事件作出反应的方式。