Android – Playing mp3 from byte[]
OK, thanks to all of you but I needed to play mp3 from byte[] as I get that from .NET webservice (don’t wish to store dynamically generated mp3s on server). In the end – there are number of “gotchas” to play simple mp3… here is code for anyone who needs it: private MediaPlayer mediaPlayer = … Read more