Giter VIP home page Giter VIP logo

todolist's Introduction

TodoList app for Miquido

Table of contents

General info

TodoList is example of using Firebase Cloud Firestore with MVP pattern.

#Goals Complete#
*:ok_hand: Single item should consist of title (with text limit 30 characters), description (with text limit 200 characters), automatically added date of creation and optional icon url (typed or pasted by user).
*:ok_hand: Item creation form screen should be accessible by floating action button.
*:ok_hand: Every item on the list should contain an icon (eventually placeholder when it is null), title and creation date.
*:ok_hand:Clicking on the specific item should redirect to the item edition form.
*:ok_hand:Long clicking on the specific item should ask if the user wants to delete the item.
*:ok_hand:Use pagination to load items (page size 30). Next page should be loaded when the user reaches the bottom of the list.
*:ok_hand:List should be automatically updated when a collection is modified on another device or through the firebase console (you can reset pagination to initial state).
*:ok_hand:Loading animation should be displayed during data fetching.
*:ok_hand:Errors should be handled and the proper error message should be displayed on the screens

Technologies

Project is created with:

  • Depedency injection with Dagger2
  • Firebase Cloud Firestore
  • Some Test with Esspresso, Mockito
  • Navigation Jetpack
  • RxJava
  • MVP
  • simple UI/UX
  • Kotlin

Screenshot

Recordit GIF

Download

https://anioncode.pl/miquido/TodoList.apk

License open source

License

todolist's People

Contributors

lukieoo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.