Skip to content

It's a simple To Do app; where user can add ToDo in the List; Edit the ToDo item and delete the ToDo item

Notifications You must be signed in to change notification settings

biratrai/SimpleToDo

Repository files navigation

Simple ToDo

Simple Todo is an android app that allows building a todo list and with functionality like adding new ToDo items, editing and deleting an ToDo item.

Time spent: About 12+ hrs in chunks over a week.

Completed user stories:

The following required functionality is completed:

  • Shows the user a List of todo items in list which uses CustomAdapter RecyclerView.Adapter.
  • User can Add an item by clicking a floating action button which will open a new dialogFragment with input EditText.
  • User can Delete the item by swiping the item.
  • User can Edit the item by tapping the item which will open a new dialog activity with EditText.
  • User can persist todo items into Realm database and retrieve them properly on app restart or orientation changes.

Best practices and technologies applied.

Walkthrough of all user stories implemented in the project

todo

GIF created with LiceCap.

License

Copyright 2016 Birat Rai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

It's a simple To Do app; where user can add ToDo in the List; Edit the ToDo item and delete the ToDo item

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published