I want to scroll the screen vertically in a grid view. As I scroll downwards, icons should appear.
I implemented it in a view flipper which was quite easy. I searched in Google, but couldn’t find much help.
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.
If you use
android:smoothScrollbar="true"for your Gridview in the layout file, then it becomes scrollable automatically, if the number of grid items exceed the screen size.