iOS Samples

TableView

How to use UITableView. Sample of declaration the UITableViewDelegate and UITableViewDataSource delegates.

TableViewDB

Advanced usage of UITableView, but use FireDac as data source. Also show how to use TDataModule in application.

MasterDB

Advanced example of using popular Master-Detail patern. Uses a lot of native controllers. Shows how looks 100% native application.

CustomView

How to use custom Delphi View class with custom painting.

InfStructure

Using of UINavigationController and UITableViewController to implement infinite structure navigation.

Timer

How to use native timer - NSTimer.

Camera and Photos

Access to Camera and/or Photo Library using UIImagePickerController.

Preview and Launch

Document preview and launching external application. How to use UIDocumentIteractionController.

Android Samples

SecondActivity

How to use multiply activities. Sample of declaration and create new activity.

CustomView

How to use custom Delphi View class with custom painting.

Controls

This sample shows a lot og native Android controls.

CustomListView

How to use ListView and custom Adapter. Design ListView item in Android Studio.

TableViewDB

Advanced usage of ListView and custom Adapter, but use FireDac as data source. Also show how to use TDataModule in application.

OS X Samples

Toolbar

Shows how to use native OS X toolbar in application, handle and validate actions.

CustomView

How to use custom NSView class with custom painting.

CodeEditor

Simple document based apps - pascal code editor with syntax highlighting. Use of NSDocument, NSTextView.

CodeEditor

Using NSPopover and NSViewController classes. Visual designing NSViewController, like a Delphi frame.