cover art on android

后端 未结 7 812
-上瘾入骨i
-上瘾入骨i 2020-11-29 19:47

I am developing a sort of media player for android. The question is how can i get the cover art of audio file on android. For example the default android media player shows

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 20:09

    I don't know if you read that google is making Stackoverflow the official Android app development Q&A medium but for beginner questions... Now, I know nothing about developing in andriod, but a quick search of the Android Developers site, I found this:

    MediaStore.Audio.AlbumColumns

    Hopefully it'll help.

提交回复
热议问题