IT tutorials
 
Mobile
 

Developing BlackBerry Tablet Applications : Tabbed Application

11/30/2012 9:36:55 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
The final option for application type is the Tabbed Application. Selecting Tabbed Application when creating a new Flex Mobile project will trigger Flash Builder to provide some additional functionality. As you can see in Figure 1, changing to Tabbed Application allows you to define your tabs within the new Flex Mobile project interface. In this example, I have added a My Application tab and a My Preferences tab. After clicking Finish, Flash Builder will create my new Tabbed Application, as well as the tabs I defined as views. The next code example shows the contents of my main application file named Tabbed.mxml. It is important to note that each of the views I defined as My Application and My Preferences are included as ViewNavigator objects. This means that they will have their own navigator objects and can include their own independent navigation, just as we had within the View-Based Applications we previously discussed. Figure 2 shows the running Tabbed application. Figure 3 shows the View-Based Application views we previously created within the My Application tab of the Tabbed application.
<?xml version="1.0" encoding="utf-8"?>
<s:TabbedViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                          xmlns:s="library://ns.adobe.com/flex/spark">
     <s:ViewNavigator label="My Application" width="100%" height="100%" 
firstView="views._MyApplicationView"/>
     <s:ViewNavigator label="My Preferences" width="100%" height="100%" 
firstView="views._MyPreferencesView"/>
     <fx:Declarations>
          <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
</s:TabbedViewNavigatorApplication>

					  

Figure 1. Create a new Tabbed Application


Figure 2. Tabbed Application


Figure 3. Tabbed Application with navigators

 
Others
 
- Developing BlackBerry Tablet Applications : View-Based Application
- Windows Phone 7 : XNA Game Studio and Framework Overview (part 2) - Implement the Game
- Windows Phone 7 : XNA Game Studio and Framework Overview (part 1) - Hello XNA for Windows Phone
- Windows Phone 7 : Silverlight Tools and Framework Overview
- Iphone Application : Working with Rich Media - Using the Movie Player
- Iphone Application : Exploring Rich Media, Preparing the Media Playground Application
- Iphone Application : Sensing Orientation and Motion - Detecting Tilt and Rotation (part 2) - Implementing Motion Events
- Iphone Application : Sensing Orientation and Motion - Detecting Tilt and Rotation (part 1)
- Iphone Application : Sensing Orientation and Motion - Sensing Orientation
- Iphone Application : Sensing Orientation and Motion - Accessing Orientation and Motion Data
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us