I need to create a
ListView
Each item of list should contains three fields
1-Label
2-Message
3-Name
How to do that ,i do not have any idea.
Any good suggestion.
I need to create a
ListView
Each item of list should contains three fields
1-Label
2-Message
3-Name
How to do that ,i do not have any idea.
Any good suggestion.
Use custom listview for doing this and use below reference links for custom listview.
create a list item layout xml & design it with label, message & name. Use the xml in adapter. use the adapter in listview as myListView.setAdapter(adapter);