Android Question How to download audio files with httputils2

John Sparrow

Member
Licensed User
Longtime User
I have used httputils2 to download image files and accessing them with job.getbitmap. I have downloaded text files and used job.getstring to place the file in a string variable.

What is the equivalent way to download mp3 files and assign them to an mp3 file?
 
Top