SIVLEOL/ToDoListForAndroid
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ejlo-notes: A simple to do list for android
Copyright (C) 2014 ejlo@ualberta.ca
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Name: Elvis Lo
CCID: ejlo
DESCRIPTION
A simple to do list for android, this app allows the user to add and remove to
do list items, check and uncheck them, archive and unarchive them, as well as
email the items in text format.
Code organization and format heavily inspired by Abram Hindle's student picker program
as seen in https://www.youtube.com/playlist?list=PL240uJOh_Vb4PtMZ0f7N8ACYkCLv0673O
Intent email format taken from fiXedd's comment at:
http://stackoverflow.com/questions/2197741/how-can-i-send-emails-from-my-android-application
INSTRUCTIONS
- To add a To Do Item to the list, enter text into the text field and press
the add button
- Click a To Do Item in the list to check and uncheck it
- Long clicking a To Do Item brings up the options to remove or
archive the To Do Item
- Archive, email menu and summary pages can be reached through
the hardware menu
- Return to a previous page using the hardware back button.
- Archive behaves similarly to the To Do List
- To email, enter the recipient into the text field in the
email menu then choose a option for what to email.
Note: email function requires phone have a email app installed
- App autosaves any entries into the To Do List or Archive