Kah – The Developer

Archive for March 2009

Adding Selection Functionality to the Table View

Posted by: kahgoh on: 29 March, 2009

Lately, I was looking at how to present data in a table format, where each row would be data from an object, and allow users to select a particular row. One way of doing it is writing a ListAdapter and using it with a ListView. However, the way I tried to do it was using [...]