can anybody please tell me how to create vertical gallery in android?
Is it possible to create vertical gallery in android..?
class mygallery extends Gallery{
}
thanx
Nilesh
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.
Well I believe it is not possible to do a vertical gallery with the default gallery widget in android. Even I had this requirement but I couldn’t achieve it. So what I did is I created a listview with images and made it look like a gallery.