I’d like to separate some group of cells from others, for example by date.
Is it possible?
Something like this:
cell content1
cell content2
breaker
cell content1
cell content2
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.
Check this one out:
http://code.google.com/p/android-amazing-listview/
If you want to do it completely by yourself, you can set the list’s adapter
to work with multiple view’s, using the methods:
getItemViewType(int)
getViewTypeCount()
read more here:
http://developer.android.com/reference/android/widget/Adapter.html