In my android app there is a page where I have to display a text – “Terms & Conditions”
On clicking this text we need to open a url in the browser
Please tell me how to achieve this
In my android app there is a page where I have to display a
Share
simple use
setonItemclickListenerfor yourtextview. And in the click event create an intent to next activity which contains thewebViewor use defaultAction_VIEWwhich opens default browser.