My app needs to use the in-built Internet Browser to render a web page.
How to do this kind of job?
My app needs to use the in-built Internet Browser to render a web page.
How to do this kind of job?
Launch an Intent with ACTION_VIEW
action and pass the URL of your website as Intent data.
This thread might help.