Android中如何让视图随着手指运动而移动?

发布于 2024-12-11 06:02:47 字数 210 浏览 0 评论 0 原文

如何使用 Android 2.1 设备的 viewflipper 制作一个漂亮的视图滑块(跟随手指的运动,而不仅仅是触摸)?

我正在使用 OnToushListener 类中定义的 OnTouchEvent 方法来注册触摸。但是,当将视图向左/右拖动时,如何才能使视图以良好的方式移动呢?

我正在使用 Animator 类,但我发现它真的很难,有人可以给我一个例子吗?谢谢!

How can I make a nice view slider (that is following the motion of the finger, not just the touch) using a viewflipper for an Android 2.1 device?

I am using the OnTouchEvent method that is defined in the OnToushListener class to register touches. But how can I get the views move in a nice manner when dragging them to left/right?

I am using the Animator class but I find it really hard, can someone give me an example? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只为一人 2024-12-18 06:02:47

您可能想看看 Google 的 ViewPager。它是 honeycomb 和更新版本的一部分,但也可用于 1.6 设备及更高版本的兼容性包:

http://android-developers.blogspot.com/2011/08/horizo​​ntal-view-swiping-with-viewpager.html

You might want to take a look at ViewPager by Google. It's part of honeycomb and newer but ALSO available for 1.6 devices and up with the compatibility package:

http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文