11-17-2012 01:00 PM
My app listens for orientation events through the navigator to handle portrait to landscape changes for which I update the buffer dimensions. I listen for NAVIGATOR_ORIENTATION_CHECK and NAVIGATOR_ORIENTATION.
Do I also need to listen for ORIENTATION_INFO through orientation.h? Isn't this redundant given what I do above?
Can you provide use-cases for listening to either or both of these events?
Thanks,
abx
11-19-2012 10:46 AM
Check this example https://github.com/blackberry/NDK-Samples/blob/mas
It handles orrientation change events in proper way.
11-19-2012 11:20 AM
We are having problems with: