I made a gridview that consists of imageviews. Data is gathered with base adapter that parses xml.
Gridview has 3 columns. And i want that each column can be scrollable independently. How can i achieve this?
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.
You can potentially use three ListViews (or three ScrollView + vertical LinearLayout) in a horizontal LinearLayout to achieve this effect. GridView offers a single scrolling surface.