In this small tutorial I show you how you can launch a website from an Android application. We use a button to initiate the launch of a website and an Intent with Uri parse.
Android intent
Populate activities based on ListView selection
Want to learn more about Android development? This resource changed my life.
In this tutorial I show you how you can populate your activity based on a previous selection in your Listview. This way you don’t need to create tons of different activities for each item selected in your ListView. This is a nice tutorial when your working on a recipe or tourist kind of app where you need to populate your activity only with different content but in the same activity layout.