在 Android 上从 SD 卡中选择歌曲并播放
我的 SD 卡上的音乐文件夹中有歌曲。
在我的应用程序中,我想从音乐文件列表中从 SD 卡中选择一首歌曲,当我选择任何歌曲时,然后使用“播放”按钮应该播放它。我怎样才能做到这一点?
我已经使用内容解析器完成了此操作并获得了歌曲列表。有没有办法使用意图从 SD 卡中存储的歌曲中挑选来实现此目的?
我已经通过这两种方式做到了这一点。检查一下。
I have songs in the Music folder on the SD card.
And in my app I want to pick a song from SD card from the list of music files, and when I choose any song, then using the Play button it should be played. How can I do that?
I have already done it using content resolver and got a list of songs. Is there a way to do this using intents to pick from stored songs the SD card?
I have done this by both the ways. Just check it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
终于我得到了答案。
使用意图的代码是:
Finally I got my answer.
Code using intents is:
检查这些以获得一个想法,
http://androidgenuine.com/?tag=play-sound -android
在 Android 中设置铃声
Check these to get an Idea,
http://androidgenuine.com/?tag=play-sound-android
Setting Ringtone in Android