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.
我是 Andriod 的新手,我在 GridView 中有 n 个 TextView,它带有自己的滚动条,我需要一个方法来判断 GridView 中的特定视图在视口中是否可见?
您可以使用其中一种适配器方法:请参阅此链接
公共 int getFirstVisiblePosition () 自:API 级别 1 返回屏幕上显示的第一项在适配器数据集中的位置。返回适配器数据集中的位置
公共 int getFirstVisiblePosition ()
自:API 级别 1 返回屏幕上显示的第一项在适配器数据集中的位置。返回适配器数据集中的位置