hello friends I need to download mp3 file from the internet and to store it into the assets folder and also it must be played into the media player. How can i do it?
Asked
Active
Viewed 5,454 times
2
-
1Please format your question. What exactly do you want to know? – Michael Hilus Apr 20 '11 at 12:04
-
1And accept some answers please. – Vladimir Ivanov Apr 20 '11 at 12:25
-
[this][1] may help you in downloading mp3 files [1]: http://stackoverflow.com/a/13163512/1447595 – Sher Ali Oct 31 '12 at 17:31
1 Answers
8
- Downloading a file, see here.
- Storeing to asset folder: not possible, you cannot modify your resources or assets after compile time. Store the file to the sdcard, see here.
- Use
MediaPlayer
to launch the file.

Community
- 1
- 1

Vladimir Ivanov
- 42,730
- 18
- 77
- 103