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

Time for action – creating the reminder app screens


The steps shown here are going to use the standard LiveCode fields and buttons, but feel free to make your version more attractive!

  1. Create a new Mainstack, give it the name EasyReminder, and save it. Other names, such as Simple Reminders, might be more descriptive, but it would be too long a name if you're using an older iPhone.

  2. Set the card size to the size of your device. The screenshots shown in this section are based on an older iPhone-sized stack.

  3. Go to Standalone Application Settings and set the values in the same way that we did while testing the Location feature.

  4. Set the name of the first card to be home.

  5. Create a Sort by Time button, a Sort by Location button, one field named reminders, another field named data, and two buttons named Create Reminder… and Create Location….

  6. Add one more button named Delete Location or Reminder.

  7. Make sure that both the fields have their Lock text and Don't wrap box checked.

  8. You should now have a screen that...