LiveCode Mobile Development Beginner's Guide
上QQ阅读APP看书,第一时间看更新

Chapter 2. Getting Started with LiveCode Mobile

Before we can do neat things…

Creating stacks that do something that you will find useful or that may become a mobile app that you can sell, is a very gratifying process. Minute by minute, you can be making progress, and instantly see improvements that you have made. Unfortunately, there is a lot of less gratifying work to be done before and after you have made your masterpiece. This chapter will take you through the "before" part.

LiveCode makes mobile apps by taking the stack you have made, along with any supporting files you have added, and compiles the application file using the developer kit that you will download from the mobile OS provider — Google for Android and Apple for iOS.

In this chapter we will:

  • Sign up for Android Market
  • Sign up for Amazon Appstore
  • Download and install the Android SDK
  • Configure LiveCode so that it knows where to look for the Android SDK
  • Become an iOS developer with Apple
  • Download and install Xcode
  • Configure LiveCode so that it knows where to look for the iOS SDKs
  • Set up simulators and physical devices
  • Test a stack in a simulator and physical device

Here we go...