I have different layouts for portrait and landscape mode and I also need to override the onConfigurationChanged()
callback. But problem is when I change the phone orientation to landscape my landscape layout does not work.
Can anybody tell me is this onConfigurationChanged
call back problem or something else causing that?
Any help will be appreciative.