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!
Create a new Mainstack, give it a name of
EasyReminder
, and select Save. Other options such asSimple Reminders
might be more descriptive, but would be too long a name if you're using an iPhone.Set the card size to the size of your device. The screenshots shown next are based on an iPhone sized stack.
Go into Standalone Application Settings, and set the values in the same way that we did while testing the Location feature.
Set the name of the first card to be
home
.Create a
Sort
by
Time
button, aSort
by
Location
button, one field namedreminders
, another field nameddata
, and two buttons namedCreate
Reminder…
andCreate
Location…
.Add one more button, named
Delete
Location
or
Reminder
.Make sure that both fields have their Lock text box checked, and Don't wrap checked.
You should have something similar to the...