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

Resolution independence


LiveCode 6.5, and beyond…

One of the features listed in Chapter 1, LiveCode Fundamentals, has already been developed and is present in LiveCode 6.5. The new feature is Resolution Independence.

Now, after seeing the two complex ways of adjusting the screen size, you may be able to forget all of it. In LiveCode 6.5, a new feature called Resolution Independence was introduced, and the correct use of this feature will make many of the layout difficulties go away.

There are two approaches in place to help you deal with different device sizes and aspect ratios: the Multiple Density Support and the Full Screen Scaling Mode. Some of the concepts are a little tricky, but a few screenshots will hopefully make them clear!

Multiple density support

So far in this chapter, we overlooked the issue of the DPI (dots per inch) of devices. For Android devices, there are hundreds of different resolutions and DPI values. With iOS, there are only a few variations of DPI and resolution. The...