如何使用列表视图的滚动功能?
Android 在 Gingerbread 中引入了新的 Overscroll 功能,并发现了一些更有趣的东西。 使视图滚动超出其限制然后反弹的功能(几乎与 iOS 完全相同)有点内置于框架中,但只是隐藏的。
http://www.youtube.com/watch?v=dOyWCDhlxv8&功能=player_embedded
Android's new Overscroll functionality introduced in Gingerbread and discovered some more interesting things.
The functionality to make a a view scroll beyond its limits and then bounce back (almost exactly like iOS) is sort of built into the framework, but just hidden.
http://www.youtube.com/watch?v=dOyWCDhlxv8&feature=player_embedded
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据android开发者访问以下链接。
http://developer.android.com/reference/android/ widget/AbsListView.html#setOverScrollMode(int)
文档说您必须使用以下方法。
According to the android developers visit the following link.
http://developer.android.com/reference/android/widget/AbsListView.html#setOverScrollMode(int)
the doc says you have to use following method.
你可以尝试一下它给的。你的问题的解决方案。
为此,您需要 scroolerPager 类。在这里得到它,
You can try this it give. you the solution for your problem.
for this you need the scroolerPager Class. get it here,