当用户滚动图库时如何获取元素在图库中的位置?
大家好, 我有一个包含文本值的图库,例如电影、音乐、游戏、杂志等,我的问题是,每当用户滚动图库时,我想获取元素的位置。
例如, 用户将图库从电影滚动到游戏意味着我必须获取当前所选元素的位置,即游戏的位置。
提前致谢,
Hai All,
I have a Gallery which Contains text Value such as Movie, Music, Games, Magzine etc., My Problem is, Whenever the User Scrolls the Gallery, I want to get the Postion of the Element.
For Instance,
User Scrolls the Gallery from Movie to Games means then i have to get the Position of Currently Selected Element ie postion of Games.
Thanks In Advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的 Oncreate 中做这样的事情......
希望它能起作用
in your Oncreate do somthing like this.....
hope it will work