All Projects → the-dagger → ToDue

the-dagger / ToDue

Licence: other
An android app to keep track of your ToDo's

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ToDue

FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+60.87%)
Mutual labels:  material, android-app
Materialcalendar
A Material design calendar inspired by the CalendarView of School Diary.
Stars: ✭ 196 (+752.17%)
Mutual labels:  material, android-app
Bltaxi
🚕 BL Taxi is a simple app for calling a taxi in the city Banja Luka built using modern Android development tools
Stars: ✭ 338 (+1369.57%)
Mutual labels:  material, android-app
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (+1082.61%)
Mutual labels:  material, android-app
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+595.65%)
Mutual labels:  todo, material
Magicprint Ecommerce App Android
E-Commerce App Source Code for Android with Material Design Pattern Using Firebase and MySQL with Android Lottie Animations just like Flipkart, Myntra and Amazon :)
Stars: ✭ 331 (+1339.13%)
Mutual labels:  material, android-app
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (+495.65%)
Mutual labels:  material, android-app
Fabsmenu
A simple library to use a menu of FloatingActionButtons from Design Support Library that follow Material Design Guidelines
Stars: ✭ 324 (+1308.7%)
Mutual labels:  material, android-app
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+5960.87%)
Mutual labels:  todo, android-app
Mirakel Android
Easy task management for professionals
Stars: ✭ 382 (+1560.87%)
Mutual labels:  todo, android-app
Material Kit React Native
Material Kit React Native
Stars: ✭ 424 (+1743.48%)
Mutual labels:  material, android-app
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (+52.17%)
Mutual labels:  todo, note-taking
Material Backdrop
A simple solution for implementing Backdrop pattern for Android
Stars: ✭ 221 (+860.87%)
Mutual labels:  material, android-app
Minimal Todo
Material To-Do App
Stars: ✭ 2,051 (+8817.39%)
Mutual labels:  todo, material
ToDo
Android application to quickly add tasks and reminders.
Stars: ✭ 13 (-43.48%)
Mutual labels:  todo, android-app
Pictograph-Keyboard
Simple Emoji Keyboard application
Stars: ✭ 14 (-39.13%)
Mutual labels:  android-app
Reside-Menu
By applying viewpager animation you can also make AMAZING Reside Menu's
Stars: ✭ 72 (+213.04%)
Mutual labels:  android-app
Cardme
Don't be constantly asking for card numbers from friends, just store them!
Stars: ✭ 19 (-17.39%)
Mutual labels:  android-app
PaperPlayer
A simple music player for Android Devices
Stars: ✭ 43 (+86.96%)
Mutual labels:  android-app
material-palette
Generates material palettes for your colors
Stars: ✭ 19 (-17.39%)
Mutual labels:  material

Pre-work - ToDue

ToDue is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

Submitted by: Harshit Dwivedi

Time spent: 9 hours spent in total

User Stories

The following required functionality is completed:

  • User can successfully add and remove items from the todo list
  • User can tap a todo item in the list and bring up an edit screen for the todo item and then have any changes to the text reflected in the todo list.
  • User can persist todo items and retrieve them properly on app restart

The following optional features are implemented:

  • Persist the todo items into SQLite instead of a text file
  • Improve style of the todo items in the list using a custom adapter
  • Add support for completion due dates for todo items (and display within listview item)
  • Use a DialogFragment instead of new Activity for editing items
  • Add support for selecting the priority of each todo item (and display in listview item)
  • Tweak the style improving the UI / UX, play with colors, images or backgrounds

The following additional features are implemented:

  • Allow user to easily mark a note as complete implementing swipe to dismiss
  • Follow material design guidelines and use material componenets in the app wherever possible

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [2017] [Harshit Dwivedi]

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].