Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use the SoundCloud in my android app?

I want to use the soundcloud in my android app like this: I want to play a song at the soundcloud player with url address. I used follows code in the webview but it did not run correctly. How can I do this? Thanks.

<iframe width=\"100%\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F31416027&amp;auto_play=false&amp;show_artwork=false&amp;color=ff7700\"></iframe>
like image 693
realuser Avatar asked Jan 17 '23 21:01

realuser


1 Answers

Have you considered using SoundCloud's official Java wrapper instead?

like image 147
robb Avatar answered Jan 31 '23 04:01

robb