如何在android中实现无需定制的SD卡图库?
如何直接在我们的应用程序中实现SD Card Gallery
?
我知道在 iPhone 上这是可能的。我们可以直接实现并访问sdcard的照片,无需在iphone中进行任何定制。
我想在 Android 应用程序中实现相同的 Gallery
界面。
请告诉我...
谢谢。
How to implement SD Card Gallery
into our application directly?
I know it is possible in iphone . We can implement and access photos of sdcard directly without any customization in iphone.
I want to implement the same interface of Gallery
into android app.
Please let me know...
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个帮助您入门的链接。
http://developer.android.com/resources/tutorials/views/ hello-gallery.html
这也会给你一个粗略的想法。当然,稍后您必须即兴发挥,使其按照您想要的方式运行。
Android 如何使用 SD 卡中的文件路径从我的应用程序预览图像
Here is a link to get you started.
http://developer.android.com/resources/tutorials/views/hello-gallery.html
and this one will give you a rough idea too. Of course, you will have to improvise later to make it function just the way you want it to.
Android How to preview an image, using its file path from SDcard, from my application