I have an android app that displays a menu item that when selected shows a sub-menu. When the device orientation is changed the sub-menu disappears?
I have read the related posts, but none of them actually deal with a sub-menu item. Do I use on "saved/on restore", somehow check to see if the sub-menu item is displayed and then somehow restore it? Use "on configuration change" and do the same thing?
Everything else displays fine with orientation changes except for the sub-menu items. If anyone has any ideas I would be glad to hear them. Thanks.