How to import music into Android library
Posted
by android_dev
on Stack Overflow
See other posts from Stack Overflow
or by android_dev
Published on 2010-04-22T02:33:04Z
Indexed on
2010/04/22
2:43 UTC
Read the original article
Hit count: 222
Hello,
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
© Stack Overflow or respective owner