android - Download Audio File from server using Download Manager -


i newbie in android. have 1 requirement in application. need download audio files, .mp3 files server using downloadmanager , save in specific folder in device. please me complete task

thanks in advance

the android downloadmanager introduced in android 2.3. (api 9) system service allows handle long-running http downloads in background , notify triggering application via broadcast receiver once download finished.

courtesy: http://www.vogella.com/blog/2011/06/14/android-downloadmanager-example/


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -