What?
We're well on the way to knowing how to set a time and date for the reminder notification to occur, and will be able to sort the reminders based on the distance from where we are. But what exact information do we need to have in the reminder itself?
If this were a birthday reminder app, then you would just need to ask for the person's name and the date for their birthday. If it were a shopping list app, then you would need the name of the item and maybe a quantity. For a timer, you would need to ask what the event was called and a time for the event.
Here though, we're trying to make a completely flexible reminder app; it would be up to the user to describe the item however they like. So we'll just ask for a title and a brief description. We will also need to offer the option of setting a date, a time, an associated location, and whether an alert sound should be played or not.
Another thing to think about is where will we store the information for the list of reminders? When doing the...