Categories

Archives

Custom View in your ListActivity and Custom Adapter in Android

After 2-3 weeks of being absent in Android land, due to over working (going home pass 12am…….), i’m back with another tutorial on how to make your ListActivity have a view that you like or custom view. In order for us to jump right ahead, you must first know that custom view on your ListActivity [...]

Clicking Items in ListActivity

From our Display Contact Names in Android and Displaying AlertDialog in Android, lets further expand that so that we would make use if the items in our ListActivity when user click the an item list, this article would be a brief one. For the following code just add it to your class, you can view [...]