Skip to content

Instantly share code, notes, and snippets.

@sterlinm
Last active August 29, 2015 13:57
Show Gist options
  • Save sterlinm/9541838 to your computer and use it in GitHub Desktop.
Save sterlinm/9541838 to your computer and use it in GitHub Desktop.
User Documentation Markdown

User Documentation

Table of Contents

  1. Introduction
  2. Accounts
    • 2.1 Creating an Account
    • 2.2 Removing an Account
  3. Lists
    • 3.1 Creating a List
    • 3.2 Editing a List
    • 3.3 Switching Between Lists
    • 3.4 Removing a List
  4. Tasks
    • 4.1 Adding a Task
    • 4.2 Editing a Task
    • 4.3 Marking a Task Complete
    • 4.4 Hiding Completed Tasks
    • 4.5 Deleting a Task

##1 Introduction TODOER is an Android application designed to allow users to manage to-do lists for a variety of tasks. These tasks can be organized into lists and can be prioritized. Users are able to mark tasks as complete and hide them from view. The following sections will describe how to use TODOER.

##2 Accounts

###2.1 Creating an Account

  1. Select "Create Account"
    Create Account
  2. Enter a name and select "OK"
    Enter Account Name

###2.2 Removing an Account

  1. Press the menu button
    Remove Account
  2. Select "Delete Account"
  3. When prompted, select "OK"
    Remove Account Prompt

##3 Lists

###3.1 Creating a List

  1. Press the menu button
    Create List
  2. Select "Create List"
  3. Enter a name and click "OK"

###3.2 Editing a List

  1. Press the menu button
    Rename List
  2. Select "Rename List"
  3. Make changes and click "OK"

###3.3 Switching Between Lists

  1. Press the list name
    Switch Lists
  2. Select the list to switch to

###3.4 Removing a List

  1. Select the menu button
    Remove List
  2. Press "Delete List"
  3. When prompted, select "OK"

##4 Tasks

###4.1 Adding a Task

  1. Select the plus sign
  2. Enter the details for the task
    Add Task
  3. Select "OK"

###4.2 Editing a Task

  1. Long press the task of interest
    Edit Task
  2. Select "Edit Action"
  3. Make the appropriate changes and select "OK"

###4.3 Marking a Task Complete

  1. Select the checkbox next to the appropriate task
    Complete Task

###4.4 Hiding Completed Tasks

  1. Press the menu button
    Hide Completed
  2. Select "Hide Completed Items"

###4.5 Deleting a Task

  1. Long press on a task
    Delete Task
  2. Select "Delete Action"
  3. When prompted select "OK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment