Currently i have a simple listview of movies and want to turn that listview into a gallery of movie pictures when rotated. So basically i want to know if this is possible?
Asked
Active
Viewed 66 times
2 Answers
0
You have to create a separate layout for landscape orientation, in this specific layout you can use galleryview

bilal.haider
- 318
- 1
- 4
- 18
-
Thanks for quick response i will try that and see if i can get it working thankyou – Glympse May 12 '13 at 11:02
0
Yes it's possible take look at the developper documentation Implementing adaptive UI Flow
You can also look at building a flexible UI

JEY
- 6,973
- 1
- 36
- 51
-
Thank for a quick response i will look into that just now and see what i can do – Glympse May 12 '13 at 10:53