简体   繁体   中英

How to Connect webApp to Android app and Setting up URI Path?

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.

You must use a WebView .

If you want to deliver a web application (or just a web page) as a part of a client application, you can do it using WebView.

Just go to Android Developers Tutorial and get started! ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM