Skip to content

cvijayarenu/SimpleToDo

Repository files navigation

Project 0: SimpleToDo

This is Simple To Do android application. This app allows to create a to do items , edit them and delete them.

Time spent: 4 hours spent in total

Completed user stories:

  • Required: User can view a list of items in the to do list.
  • Required: User can add a item to the to do list.
  • Required: User can edit a item in the to do list.
  • Required: User can delete a item in the to do list.
  • Optional: Storage SQLite instead of text file.
  • Optional: Added custom adaptor for UI.
  1. Adding Item

  • Launch the app.
  • Enter the item in the text field.
  • Click the "Add" Button.
  1. Editing Item

  • Launch the app.
  • Click on the item to be edited.
  • It will take you to a news screen.
  • Edit the text as needed.
  • Press the "Save" Button.
  1. Deleting Item.

  • Launch the app.
  • Long press the item to be deleted.
  • Item will be deleted.

Walkthrough of all user stories:

Video Walkthrough

Walkthrough with SQLite

Video Walkthrough

Walkthrough with Custom Adaptor

Video Walkthrough

GIF created with LiceCap.

About

Simple To Do

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages