How to open a URL in a browser from your Android app
Motivation Sometimes you want to redirect the user from your app to the website for e.g. imprint and data protection info. So it can be helpful to open up a website directly from your app. Implementation In Switch between activities you learned that the standard way of switching between activities is an intent. The same…