Class 4, Part 2. This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.
** Grab the source code at: http://marakana.com/f/277
In this tutorial, you're going to learn how to create a new activity called TimelineActivity that will display all the statuses from your friends. It pulls the data from the database and displays it on the screen. Initially, we do not have a lot of data in the database, but as we keep on using the application, the amount of statuses we have may explode. Our application needs to account for that.
We are going to build this activity in couple of steps, at each point keeping the application whole and complete as we make improvements:
** Grab the source code at: http://marakana.com/f/277
In this tutorial, you're going to learn how to create a new activity called TimelineActivity that will display all the statuses from your friends. It pulls the data from the database and displays it on the screen. Initially, we do not have a lot of data in the database, but as we keep on using the application, the amount of statuses we have may explode. Our application needs to account for that.
We are going to build this activity in couple of steps, at each point keeping the application whole and complete as we make improvements: