tags:

views:

768

answers:

2

How to add title in the is the ListView in android.

Means

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

hiiiii | Raj <--------List Content
hello | srss

Here I have used

EfficientAdapter extends BaseAdapter .

+2  A: 

Try addHeaderview in ListView here

bhatt4982
A: 

So if you are using the xml layout file for list, then in that xml file use a TextView before the ListView.Its very simple.

HaKr