What is the recommended way to put a header on the android app like the twitter app (screenshot below – header marked).
I am extending ArrayAdapter to create the listing. But cannot find a way to put the header.

Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s not part of the ListView. Headers scroll with the list, but Twitter’s headers are fixed. You don’t need to use a ListActivity to host a ListView, you can create a LinearLayout or whatever and have the ListView as part of it.