I have created SQLite database application which contain fields id, Name, Con. I want to display value in table format. I have used arraylist to hold value. It only displays value in row format. Please help me, how I can display value in table format?
I have created SQLite database application which contain fields id , Name , Con
Share
try using he GridVIew.
This and this ink also has some grid view tutorial.