安卓中的封面流?
我使用下面的链接创建了 coverflow http://androidsnips.blogspot.com/2011 /03/images-with-coverflow-like-animation-in.html 现在我的问题是,当我单击特定图像时,它应该显示在另一个活动中吗? 这怎么可能。
提前致谢
I created coverflow using below link
http://androidsnips.blogspot.com/2011/03/images-with-coverflow-like-animation-in.html
Now my problem is when i click the particular image it shoud be displayed in another activity?
how it is possible.
Thanks In Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用下面的代码。将其放入您的 onCreate 方法中。
根据 coverflow 的位置创建一个意图,将值传递给具有 ImageView 的其他活动来显示所选图像。
Use the below code. Put it in your onCreate method.
Based on the position from coverflow create a intent, pass the value to some other activity which has an ImageView to display the selected Image.