Application structure

Structure your application by providing support for navigating within different views, navigating to new pages, using tabs, and using context menus and action bars.

The classes in this category give you everything you need to handle navigation in your apps. You can create single screens (called pages), or you can create multiple screens by using a stack or a set of tabs. You can add actions that represent common things that users might want to do on a screen, and you can create different menus (such as context menus and application menus) to hold your app's options.

Additional resources

To learn more about application structure and navigation, and how to use these elements in your apps, visit the Navigation documentation.

To download code samples that demonstrate how to use navigation elements in your apps, visit the Sample Apps page and the Cascades Samples repository in Github.



Members