Flex - how to make a tabbed panel
问题 My app has 3 categories of buttons, I want to have a tabbed panel I can use to switch between the 3 categories like in this example: My app is a mobile app though so I can't use mx components. When I try searching for mobile tabbed navigation etc., I come up with only viewnavigator examples. 回答1: For a mobile tabbed application, you simply use the TabbedViewNavigatorApplication class: FIRST METHOD Your views are simply MXML components that use <s:View> as the root note. Reading your comments,