如何访问画廊 ->相机媒体视频并将其显示在按钮单击的列表中?
我是 Android 应用程序开发的初学者,我正在开发一个应用程序,该应用程序列出视频和图像并将它们从 Android 手机上传到 Windows 服务器,
Button Listvideo = (Button) findViewById(R.id.Listvideo); Listvideo.setOnClickListener(this);
帮我列出列表图像和视频.........................
i am beginner in Android app development i am working on a app which lists the videos and images and uploads them from android phone to the windows server,
Button Listvideo = (Button) findViewById(R.id.Listvideo);
Listvideo.setOnClickListener(this);
help me out with the listing images and videos........................
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 OnClick 方法中:
onActivityResult 方法:
within your OnClick method:
onActivityResult method: