Tag Archives: Android ListActivity

Samsung Mobile SDK Tutorial 3

Samsung Mobile SDK Tutorial 3Welcome to part 3 of my Samsung Mobile SDK Tutorial. In this tutorial I will cover Samsung SLook, ListActivity, SimpleAdapter, ListView, Intents and much more.

We’ll be creating a ListView. It will be populated with list items that are defined by a SimpleAdapter. After the ListView is created, when an item is clicked an Intent will be created that will send the user to a new Activity.This tutorial should make the purpose of ListViews and Intents very clear. Continue reading Samsung Mobile SDK Tutorial 3