Fusion Middleware Documentation
Advanced Search


Developing Mobile Applications with Oracle Mobile Application Framework
Close Window

Table of Contents

Show All | Collapse

What's New in This Guide in Release 2.0.1.0.0

For Release 2.0.1, this guide has been updated in several ways. The following table lists the sections that have been added or significantly changed.

Sections Changes Made

Chapter 2, "Setting Up the Development Environment"

 

Section 2.5.3.1.5, "Enabling Native Scrolling"

Section added.

Chapter 4, "Defining a Mobile Application"

 

Section 4.6.3, "What You May Need to Know About Enabling Sliding Windows"

Section added to describe how to use the AdfmfSlidingWindowUtilities class to create a sliding window in your application.

Section 4.7, "Using Lifecycle Listeners in a Mobile Application"

Section renamed (previously named "About Lifecycle Event Listeners") and revised to include description of the feature lifecycle listener that the following interface specifies:

oracle.adfmf.feature.LifeCycleListener

Section 4.12, "Skinning Mobile Applications"

Section revised to describe the new skin version (mobileAlta-1.2) that is the default for MAF applications created using this release.

Section 4.15.1, "How to Integrate Cordova Plugins for iOS and Android"

Section revised to clarify that you must add an option to link to the plugin library and revised Example 4-28 to reference the plugin.

Chapter 5, "Creating MAF AMX Pages"

 

Section 5.3.1.6, "Sharing the Page Contents"

Section updated to include information about validation of EL expressions.

Chapter 6, "Creating the MAF AMX User Interface"

 

Section 6.2.8, "How to Use a Popup Component"

Section updated to include additional information about the Close Popup Behavior component.

Section 6.3.15, "How to Use List View and List Item Components"

Section updated to include information about new List View layouts.

Section 6.3.15.3, "Configuring the List View Layout"

Section updated to include description of new List View layouts.

Section 6.5, "Providing Data Visualization"

Section revised to remove information about the deprecated Horizontal Bar Chart component.

Section 6.5.1, "How to Create an Area Chart"

Section updated to include information about new attributes of the Area Chart and new child components of the Attribute Groups.

Section 6.5.2, "How to Create a Bar Chart"

Section updated to include information about a new attribute of the Bar Chart.

Section 6.5.4, "How to Create a Combo Chart"

Section updated to include information about a new attribute of the Combo Chart.

Section 6.5.5, "How to Create a Line Chart"

Section updated to include information about a new attribute of the Line Chart.

Section 6.5.13, "How to Create a Status Meter Gauge"

Updated section to describe support for vertical status meter.

Section 6.5.17, "How to Create a Geographic Map Component"

Updated section to describe support for popup on the Marker.

Section 6.5.22, "How to Create a Timeline Component"

Section updated to include information about limitations of the Timeline component.

Section 6.5.22.1, "Applying Custom Styling to the Timeline Component"

Section updated to include information on new styles.

Section 6.5.26, "How to Create Data Visualization Components Based on Static Data"

Updated section to describe how to define the component structure statically by enumerating elements corresponding to data items (for example, charDataItem elements for charts, or timelineItems for timeline series).

Section 6.5.27, "How to Enable Interactivity in Chart Components"

Updated section to describe support for Chart series items and Legend items.

Section 6.5.28, "How to Create Polar Charts"

Section added.

Section 6.6.3, "What You May Need to Know About Using CSS ID Selectors for Skinning"

Section added.

Section 6.10.1, "What You May Need to Know About Constrained Type Attributes for Event Listeners"

Updated section to describe support for Chart series items and Legend items.

Chapter 21, "Securing Mobile Applications"

 

Section 21.6, "Allowing Access to Device Capabilities"

Updated section to explain that the device capability that allows access to the network is now enabled by default (this is the only device capability that is enabled by default).

Chapter 22, "Testing and Debugging MAF Applications"

 

Section 22.3, "Debugging MAF Applications"

Updated section to include new procedures for testing or debugging an application.

Section 22.3.1, "What You May Need to Know About the Debugging Configuration"

Updated section to describe the new procedure for defining mobile run configurations used in debugging.

Appendix A, "Troubleshooting"

 

Section A.2, "The Geographic Map Component Limits Number of Address Points"

Section added.

Appendix F, "Mobile Application Framework Sample Applications"

 

Section F.1, "Overview of the MAF Sample Applications"

Updated section to include new sample apps: ACS, ExpandCollapseComponent, SecurityDemo, and SlidingWindows.