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

91 views Asked by At

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.

1

There are 1 answers

0
Jordi Castilla On

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! ;)