Book Image

LiveCode Mobile Development Cookbook

By : Dr. Edward Lavieri
Book Image

LiveCode Mobile Development Cookbook

By: Dr. Edward Lavieri

Overview of this book

Table of Contents (17 chapters)
LiveCode Mobile Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Saving a standalone mobile app


Saving a standalone mobile application involves creating the app's binary file and a supportive file-folder structure.

Getting ready

Before saving a standalone version of your mobile app, you will need to review and configure options presented to you via the Standalone Application Settings dialog window.

How to do it...

To save a standalone mobile app, follow the given steps:

  1. Save your LiveCode project with the Save option under File, or use the keyboard shortcut Command + S (Mac) or Control + S (Windows).

  2. Select the Save as Standalone Application... menu option.

  3. Next, you will be prompted to select a location for the standalone application. The result will be a folder with subdirectories for each targeted distribution platform.

How it works...

Saving a standalone application is relatively straightforward. The important thing to remember is to review the settings in the Standalone Application Settings dialog window. When your LiveCode project is compiled, key information is taken from the selections you indicated in the aforementioned dialog window.

See also

  • The Configuring standalone application settings for iOS applications recipe

  • The Configuring standalone application settings for Android applications recipe