Book Image

Delphi Cookbook

By : Daniele Teti
Book Image

Delphi Cookbook

By: Daniele Teti

Overview of this book

Table of Contents (14 chapters)
Delphi Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we'll see how to develop mobile apps using Delphi. The recipes in this chapter require a working development configuration of your PC and in the case of iOS, your Mac to talk with the Android or iOS device. A detailed tutorial on how to properly configure your system for this purpose can be found on the Embarcadero DocWiki. To develop and deploy an app for iOS, you require an Apple computer and an actual iOS device, while to develop and deploy for Android, you need to have only the device. There is also an emulator in the SDK where you can deploy an app but, currently, it is very slow; if you want to really develop for Android, having an actual device where deploying is faster than using an emulator is recommended.

Note

Visit the following links for more information and relevant documentation that will help you to configure different environments:

  • For Android configuration: The Set Up Your Development Environment on Windows PC (Android) documentation can be...