ReminderApp is an app that uses notifications and alarms to remind the user about something. It can also be configured to send an e-mail to him/her.
- Open the app.
- Tap the menu item "NOVO LEMBRETE".
- Tap the text field below "Título:" and write the reminder title.
- Tap the text field below "Descrição:" and write the reminder description.
- Tap the text field below "Data:" and a date picker will pop up. Choose the date on which the reminder will happen.
- Tap the text field below "Hora:" and a time picker will pop up. Choose the hour at which the reminder will happen.
- Tap the button "ME LEMBRE!" to save the reminder. You will be redirected to the reminders list.
Alternatively:
- Open the app.
- Tap the menu item "LISTA DE LEMBRETES".
- Tap the plus("+") button at the bottom right corner.
- Proceed from the above guide's step 3.
- Open the app.
- Tap the menu item "LISTA DE LEMBRETES".
- Tap one of the reminders on the list. You will be redirected to the edit screen of this reminder
- Tap the text field of the information(s) you wish to edit and change.
- After all the changes are done tap the button "ME LEMBRE!".
Alternatively:
- Open the app.
- Tap the menu item "LISTA DE LEMBRETES".
- Tap and hold one of the reminders on the list. A context menu will pop up.
- Tap the option "Editar lembrete".
- Proceed from the above guide's step 4.
- Open the app.
- Tap the menu item "LISTA DE LEMBRETES".
- Tap and hold one of the reminders on the list. A context menu will pop up.
- Tap the option "Remover lembrete".
- An alert dialog screen message will pop up. Tap "SIM" to delete the reminder or "NÃO"(or tap outside the dialog screen) to cancel the action.
To make sure the app is safe you can see the e-mail form code and the e-mail sender code.
You have to remember to enable the SMTP Settings for a Gmail account before any reminder e-mail is sent.
- Open the app.
- Tap the menu item "CONFIGURAR E-MAIL".
- Tap the text field below "E-mail:" and write your e-mail. The e-mail must be a Gmail one.
- Tap the text field below "Senha:" and write this e-mail password. You can click on the eye icon to display the password or hide it.
- Tap the "SALVAR E-MAIL" button.
- This app was made with Brazilian users in mind, and because of that, its interface is in Brazilian Portuguese.
- The phone must be turned on for the e-mail to be sent.
- The phone can't be on silent for the alarm to ring.
- This was my first time making an app, so I used a ListView instead of a RecyclerView.