Android Tutorial: Launch URL based on an OnClickListener

As a beginner in Android you spent often a long time on something very simple ;). Often because you miss some crucial knowledge, but don’t get frustrated, my experience is that you learn different concepts along the way and it becomes easier and easier to find solutions to problems you did’t solve before. In this short blog post I show you how you can launch an URL (website) based on OnClickListener event (for e.g. Button Click). Continue reading