android mp3 file download

空扰寡人 提交于 2019-12-11 01:06:51

问题


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?


回答1:


  1. Downloading a file, see here.
  2. Storeing to asset folder: not possible, you cannot modify your resources or assets after compile time. Store the file to the sdcard, see here.
  3. Use MediaPlayer to launch the file.


来源:https://stackoverflow.com/questions/5729839/android-mp3-file-download

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!