0

As I am developing an app that downloads mp3, need to connect it with the web app, so that it takes URI from the webapp and to be set in our android app, so that a song can be downloaded. How Connection is made and how to set the URI? please help me regarding this. Thanks in advance.

4

1 回答 1

0

您必须使用WebView.

如果您想交付一个 Web 应用程序(或只是一个网页)作为客户端应用程序的一部分,您可以使用 WebView 来完成。

只需转到Android 开发者教程即可开始使用!;)

于 2015-06-16T14:08:09.313 回答