0

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.

Ozair Kafray
  • 13,351
  • 8
  • 59
  • 84
Adb
  • 195
  • 1
  • 4
  • 13
  • 1
    [Let me do it For You?](http://samir-mangroliya.blogspot.in/p/android-customized-listview.html) – Samir Mangroliya Jul 06 '12 at 06:19
  • 1
    thanks ,but these fields should be textview – Adb Jul 06 '12 at 06:20
  • 2
    hey this is just normal thing please search this on google you find someting... http://stackoverflow.com/a/10558101/1168654 and http://dj-android.blogspot.in/2011/09/custome-listview-with-hashmap-1-go-to.html and http://www.vogella.com/articles/AndroidListView/article.html and http://mobile.dzone.com/news/custom-listview-android and http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ – Dhaval Parmar Jul 06 '12 at 06:22
  • 1
    you can find A LOT OF EXAMPLES!! try them fist. – Yaqub Ahmad Jul 06 '12 at 06:24
  • 1
    @UP VOTER: PLEASE first learn about UP VOTING!!!!!! – Yaqub Ahmad Jul 06 '12 at 06:45

2 Answers2

1

Use custom listview for doing this and use below reference links for custom listview.

Custom Listview 1

Custom Listview 2

Dipak Keshariya
  • 22,193
  • 18
  • 76
  • 128
-3

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);

Soumyadip Das
  • 1,781
  • 3
  • 16
  • 34
  • 1
    he dont kno any thing about Custom Listview then what to do?? how he kno what is ADAPTER?? how create list item in layout?? – Dhaval Parmar Jul 06 '12 at 06:28