|
Get Set Up
Setting up your environmentThis short video walks you through the steps to configure your XE4 IDE and Mac so that you can run, deploy and debug your apps using your Mac, iOS Simulator and iOS Device. |
|
Build Your First App
Your First App - "Hello World"It's time to see how easy it is to create an app. |
|
Build More Cool Stuff
Designed for Simulator/DeviceiOS LocationThis code snippet shows you how to use the TLocationSensor component in order to read the GPS location of the device and display it realtime on the form. The snippet also shows you how to display Google Maps in a web browser in order to accurately pinpoint the location of the device on a real map. iOS Web BrowserThis code snippet shows you how to use a TWebBrowser component on an iOS device. The application consists of an edit box, a button and the web browser component. Type an address in the edit box and press the "GO" button in order to redirect the browser to your address. iOS DatePickerThis code snippet shows you how to use the TCalendarEdit component in order to pick dates from it and process them to use in your own applications. iOS IBLiteThis code snippet shows you how to populate a listview from an IBLite database using LiveBindings. Requires a license, please click here for details. Designed for Device OnlyiOS Share SheetThis snippet shows you how to use standard actions to open the Camera Application on your iOS device to take a photo and display it on your FireMonkey form. Then, with another standard action, you will open the Share Sheet to share your image via email, post to Facebook and Twitter, print via AirPrint and more. iOS AudioRecPlayThis code snippet shows you how to record some sound via the microphone and then playback using the device speakers or headphones. iOS Interactive Gestures - Image RotationThis code snippet shows you how to rotate an image on an iOS device. iOS Interactive Gestures - Image ZoomThis code snippet shows you how to pinch and zoom an image on an iOS device. iOS Interactive Gestures - Tap and HoldThis code snippet shows you how to use tap and hold to display a message. iOS SendCancelNotificationsThis code snippet shows you how to use the Notification API in order to send a notification immediately or with a 10 second delay and how to cancel a scheduled notification or all notifications. |