How to use UITableView. Sample of declaration the UITableViewDelegate and UITableViewDataSource delegates.
Advanced usage of UITableView, but use FireDac as data source. Also show how to use TDataModule in application.
Advanced example of using popular Master-Detail patern. Uses a lot of native controllers. Shows how looks 100% native application.
How to use custom Delphi View class with custom painting.
Using of UINavigationController and UITableViewController to implement infinite structure navigation.
How to use native timer - NSTimer.
Access to Camera and/or Photo Library using UIImagePickerController.
Document preview and launching external application. How to use UIDocumentIteractionController.
How to use multiply activities. Sample of declaration and create new activity.
How to use custom Delphi View class with custom painting.
This sample shows a lot og native Android controls.
How to use ListView and custom Adapter. Design ListView item in Android Studio.
Advanced usage of ListView and custom Adapter, but use FireDac as data source. Also show how to use TDataModule in application.
Shows how to use native OS X toolbar in application, handle and validate actions.
How to use custom NSView class with custom painting.
Simple document based apps - pascal code editor with syntax highlighting. Use of NSDocument, NSTextView.
Using NSPopover and NSViewController classes. Visual designing NSViewController, like a Delphi frame.