Android Mediastore 和外部数据库
我是 Android 应用程序开发新手。我想创建一个视频列表,该列表将由外部数据库 phpmyadmin 和 mysql 填充。我可以为此使用 mediastore 类吗?
I'm new to android app development. I want to create a video list that will be populated by an external database phpmyadmin and mysql. Can I use the mediastore class for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MediaStore 类包含有关内置 MediaStore 内容提供程序的信息。您可能能够也可能无法使用 MediaStore,具体取决于您想要执行的操作。
我不愿意回答更多细节,因为我不清楚你想做什么。简要概述您的应用程序正在尝试执行的操作。
The MediaStore class contains information about the built-in MediaStore content provider. You may or may not be able to use MediaStore, depending on what exactly you're trying to do.
I feel uncomfortable answering in any more detail, because it's not obvious to me what you're trying to do. Give a brief overview of what your app is trying to do.