我想在我的 android 应用程序中使用 soundcloud,如下所示:
我想在带有 url 地址的 soundcloud 播放器上播放歌曲。
我在 webview 中使用了以下代码,但它没有正确运行。
我怎样才能做到这一点?
谢谢。

<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>

最佳答案

您是否考虑过使用 SoundCloud's official Java wrapper 代替?

关于android - 如何在我的 android 应用程序中使用 SoundCloud?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8742245/

10-13 03:02