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.

Continue reading

Android Tutorial Part II: Build API – UAT Tester App

This is the second tutorial for the UAT Tester app, in case you missed the first Tutorial: the UAT Tester app is an application which retrieves data from the device to help test managers or developers more easily to debug issues raised by people outside the project team. To read more about it, please see Part I of this tutorial serie.

Continue reading