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 アプリケーション (または Web ページのみ) をクライアント アプリケーションの一部として配信する場合は、WebView を使用して実行できます。

Android Developers Tutorialにアクセスして、始めましょう! ;)

于 2015-06-16T14:08:09.313 に答える