Mobile Tutorials: Mobile Application Development (iOS and Android)

From RAD Studio
Jump to: navigation, search

Go Up to Tutorials


This integrated set of tutorials walks you through development of a Delphi or C++ multi-device application for iOS and Android:

  • After the three initial setup tutorials, the first tutorial shows you how to construct an iOS or Android application using FireMonkey tools.
  • The remaining tutorials demonstrate the recommended FireMonkey components to use in order to achieve a native look-and-feel in your iOS and Android applications.

These mobile tutorials are also available in PDF format here: http://docs.embarcadero.com/products/rad_studio/radstudioTokyo/Mobile_Tutorials_en.pdf

Setup

IOSSetupOnMac.png
IOSSetupOnWin.png
SDKManager.png

Using Basic User Interface Elements

HelloWorldiOS.png
AddressBook Apps.png
Using a Button Component with Different Styles (iOS and Android)
IOSCalendar.png
Using Combo Box Components to Pick Items from a List (iOS and Android)
Maps Android.png
TMultiViewSample.png
IOSBrowser.png
IOSTabs.png
LBListView6.jpg
IOSListBox.png
LBListBoxiOS7.png
IOSLayout.png

Using Device Functionality

IOSCamera.PNG
IOSLocation.png
IOSNotification.PNG
IOS PhoneDialer.png

Using Backend as a Service

IOSConfig.png
ShoppingListBaaSAppiOS.png

Accessing a Database

IcomConnectingToIB.png
IconConnectToSQLite.png
IcomConnectingToCorpData.png

See Also