开发者

How to import music into Android library [closed]

开发者 https://www.devze.com 2022-12-28 05:48 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 4 years ago.

开发者_C百科 Improve this question

I would like to know how can I import songs from a web service into

Android library without having to download the file into sdcard. I have all the data from the web service but I do not know how to

integrate the tracks into Android database. My idea is not to have to

download the files, but playing them on streaming using the music

player. Do I need to download the tracks to the sd card and then Android does

all the stuff?

Thanks in advance


Do I need to download the tracks to the sd card and then Android does all the stuff?

Yes. The "Android library" (a.k.a., MediaStore) is for music, images, and videos that are locally stored on the device. If you want to do streaming media, that is fine, but that has nothing to do with MediaStore, AFAIK.

0

精彩评论

暂无评论...
验证码 换一张
取 消