I posted earlier about implementing a list view in android, which I managed to get working. But for some reason the list view isn’t scrollable and I know they are suppose to be be default. Can any one explain why?
The code I am using is here
Thanks
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.
I figured it out – it was my mistake. I assumed that the list should be scrollable regardless of the number of items in it. Originally the list only had 10 items which didn’t take up the entire screen thus the list wasn’t scrollable. Once it increased it became scrollable.