I couldn’t find this question already being asked on this forum.
I am little short on time to search anymore.
I have a multi-column ListView with three TextViews.
I need to have header for each of the column. I am using Android 1.5 SDK.
Can somebody help me here. I can’t use addHeaderView since it adds just one view which would contain just one title string.
Thanks
Nayn
I added a separate table above the list view which has all the columns listed. This solves my problem. Just that data is not aligned properly with the columns. I’ll think about it later