Share
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.
It is really rather unclear what you are looking for.
In each main row, the text are
TextViews, the image is anImageView, and they are positioned probably via aRelativeLayout.The header rows are a
TextView.The rows are intermingled via some sort of adapter, like for any
ListView. You could use mySackOfViewsAdapterorMergeAdapterfor that, or you could create your own subclass ofBaseAdapter. The adapter will indicate which rows are enabled and which are not, to determine which can be clicked or selected.In the future, please consider asking more concrete questions.