Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Overview of this book

Table of Contents (15 chapters)
LiveCode Mobile Development Beginner's Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up a test bed mobile app


As a proving ground for the things we're going to try, we'll set up a single mobile app that has multiple screens, one for each of the things we want to test.

What should we call the test bed app? We could call it almost anything, but we'll let the iPhone make the decision for us. On the iPhone and iPod touch, there is only a small amount of space under the home screen icons for the name to appear. iOS will take your nice long app name and show a shortened version of the name, using ellipses to concatenate the ends of the name together. My super duper app will appear as My sup…app, not quite as informative! The number of letters that can appear without the text being truncated will vary depending on the width of the letters used, but typically, it has a limit of 11 letters. So, we will call the test bed app LC Test Bed, which is exactly 11 letters!