进行下拉“视图”的教程在安卓中?

发布于 2024-10-20 16:56:12 字数 105 浏览 2 评论 0原文

这是我最近经常看到的一个 UI 元素(在《纽约时报》应用程序和 Grooveshark 应用程序中),我想学习如何实现它,但我找不到指南。有谁知道实现此类事情的教程或指南,或者这些是自定义实现吗?

This is a UI element that I have seen a lot lately (in the NY Times app and Grooveshark App) and I want to learn how to implement it but I can't find a guide. Does anyone know of a tutorial or guide for implementing such a thing or are these custom implementations?

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

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

发布评论

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

评论(3

拥有 2024-10-27 16:56:12

如果您无法制作一个可以从上到下或从左到右的滑动抽屉,我可以推荐 http://blog.sephiroth.it/2011/03/29/widget-slidingdrawer-top-to-bottom/

if you lack the possibility to make a slidingdrawer that can go from top to bottem or left to right i can recommand http://blog.sephiroth.it/2011/03/29/widget-slidingdrawer-top-to-bottom/

听,心雨的声音 2024-10-27 16:56:12

请查看 http://code.google.com/p/android-misc-widgets/ 。获取带有示例的源代码。也许正是您正在寻找的东西。 (虽然这只是向下->向上据我所知)

Check out http://code.google.com/p/android-misc-widgets/. Get the sourcecode with samples. Might maybe be what you are looking for. (Though it is only down->up afaik)

久光 2024-10-27 16:56:12

我发现 android 中有一个名为 SlidingDrawer 的 UI 元素可以做到这一点。 http://developer.android.com/reference/android/widget/SlidingDrawer.html

I discovered that there is a UI element in android called SlidingDrawer that does just this. http://developer.android.com/reference/android/widget/SlidingDrawer.html

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