Mobile Sample Applications
From RadPHP XE2 Documentation
RadPHP ships with many code examples of mobile applications for you to check out.
Theming
In sample applications folder, inside JQueryMobile\Theming directory, you will find ThemingExample.phprj project file, which is basically an interactive explanation on how Mobile Theming works.
Hardware Components
You can find sample applications with hardware components under the PhoneGap directory inside sample applications folder. Open PhonegapExamples.phprj project file, which includes all the samples, and then double-click any .php file in the project to open it. The project includes these .php files:
- MAccelerometer.php
- Example of usage of MAccelerometer.
- Components included: Image, Label, MAccelerometer, MobileTheme, MPanel, MToggle.
- MCamera.php
- Example of usage of MCamera.
- Components included: Image, MButton, MCamera, MobileTheme.
- MCapture.php
- Example of usage of MCapture.
- Components included: MButton, MCapture, MobileTheme, MPanel, MRadioGroup.
- MCompass.php
- Example of usage of MCompass.
- Components included: Image, Label, MCompass, MobileTheme.
- MContacts.php
- Example of usage of MContacts.
- Components included: Label, MButton, MContacts, MEdit, MobileTheme, MRadioButton.
- MFileBrowser.php
- Example of a file browser.
- Components included: MButton, MDirectoryEntry, MDirectoryReader, MEdit, MFileSystem, MList, MobileTheme, MPageEvents, MPanel.
- MFiles.php
- Example of a plain text editor.
- Components included: Label, MButton, MDirectoryEntry, MEdit, MFileEntry, MFileReader, MFileSystem, MFileWriter, MobileTheme, MPanel, MTextArea.
- MFileTransfer.php
- Example of usage of MFileTransfer.
- Components included: Label, MButton, MCamera, MEdit, MFileTransfer, MobileTheme, MRadioGroup.
- MGeolocation.php
- Example of usage of MGeolocation.
- Components included: GoogleMap, MGeolocation, MobileTheme.
- MInfo.php
- Example of usage of MConnection and MDevice.
- Components included: Label, MConnection, MDevice, MobileTheme.
- MNotification.php
- Example of usage of MNotification.
- Components included: MButton, MNotification, MobileTheme.
- MPageEvents.php
- Example of usage of page state and device buttons events.
- Components included: Label, MobileTheme, MPageEvents, MPageExtraEvents.
- MStorage.php
- Example of database management.
- Components included: Label, MButton, MDB, MDBTransaction, MEdit, MobileTheme, MPageEvents.