Monday, June 29, 2009

ListView Example

This list view example is for dynamically adding and removing strings on ListView.
There will be a edit text box, type something on it and press CALL key, this will add the string which is there in the editbox to list view. pressing BACK key will remove from list as LIFO manner.

Download: ListViewExample






Friday, June 26, 2009

Broadcast Demo

This demo is for demonstrating broadcast sender and receiver
Download: Broadcast Demo

Thursday, June 25, 2009

Activity Demo

This exercise demonstrates how to call an activity from another activity
Download: Activity Demo