PhoneGap - File Download
/documentation/pages/Ref/Action Javascript/Cordova File Download.xml
Download one or more files and store the files in the filesystem on the mobile device. Uses the Cordova FileTransfer feature.
How to Populate a Javascript Chart Dynamically from a SQL Database
/documentation/pages/HowTo/Charts/javascript chart bind data to data series.xml
A Data Series can be used to dynamically populate a Javascript Chart control in a UX Component with data from a SQL Database.
List Control Overview : Building Disconnected Applications
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/_Building Disconnected Applications/index.xml
The List Control is the fundamental building block for creating mobile applications with offline support. Interfaces for editing data via a Detail View and searching records with sophisticated Search controls are also easily added and configured to work with the List Control. Fetching, editing, and synchronizing data are all handled by the List Control.
Working Preview folder for Local Storage testing
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Local Storage/Working Preview folder.xml

The path to the folder where data persisted to Local Storage is saved while running the UX component in Working Preview. This property is only available when *[ui:Working Preview testing mode]* is set to 'Filesystem'.

afterDeleteOrphanMediaFiles
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Client-side Events/afterDeleteOrphanMediaFiles.xml
Fires after orphaned media files have been deleted.
Media With Compression Plugin
/documentation/pages/Guides/PhoneGap/Plugins/Media With Compression.xml
This plugin allows you to record audio with compression.
Persist list data where
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/ListProp/Persist where.xml
Defines where data should be persisted in an application. Data can be persisted to Local Storage or a device's file system (Cordova applications only.)
How to Localize a Component
/documentation/pages/HowTo/Internationalization/Localize a component.xml
There are several approaches available for localizing an application in Alpha Anywhere to support multiple languages.
How to Populate a Dropdown Box Using the Client-side Data Cache in Cordova Applications
/documentation/pages/HowTo/UX/Populating Dropdown From Data Cache.xml
Dropdown boxes can be populated with data from the Client-side data cache at run-time.
Synchronization batch size
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Detail View Properties/Synchronization batch size.xml
Defines the batch size for synchronizing data to the server. A batch size of '0' indicates that all edits should be synchronized in a single batch.