How to add title to ListView in android

How to add title to ListView in android.

Means

Subject From <-------- Title

hiiiii | Raj <-------- Content list
hello | SRSS

Here I have used

EfficientAdapter extends BaseAdapter.

+2


source to share


2 answers


Try addHeaderview to ListView here



+9


source


So if you are using a layout xml file for a list, then in that XML file use TextView

before ListView

. Its very simple.



0


source







All Articles