Is there some good example code for dealing with orientation change?
I have an app that displays a number of buttons on the screen. In portrait mode, the buttons all stack up on top of one another. I want to have it so that if the user turns the device into landscape mode, that the button layout changes where the width shrinks a little and they go into a 2x2 formation.
Is there a good example of how to implement this? Since parts of my app have a timer where the user has limited time to answer, I don’t want to have the re-orientation interrupt or change that.
Any pointers would be most appreciated. [import]uid: 17827 topic_id: 20841 reply_id: 320841[/import]
[import]uid: 52491 topic_id: 20841 reply_id: 82138[/import]