Coder Social home page Coder Social logo

todoisterapp's Introduction

Todoister App

What is this project about?

This application comes with help for people who has problem with remembering tasks or for people who wants to delegate their job somewhere. To have their minds free. By this app user has an access to the list of tasks that he wants to do.

When he will feel the need to add a new task he could simply click the button, fill the necessary sections and add to his list a new task with priority (low, medium, high) and finish time. By clicking on single task user can edit/update its information. Moreover, if something is wrong or user decides about removal of one or few tasks it is possible to do it by one click on the trash button.

How the design looks like?

Panel with a list of tasks to do:
       

Adding a new task or editing existing task panel:
   

What technologies was used?

To implement that project Android and Java language was used. The program uses one bottom sheet Fragment hosted by one Activity. The rows of the list are generated by RecyclerView which takes the tasks from MainActivity which in turn has information about them by observing the data in the ROOM database.
This posibility is provided by using MVVM Architecture with LiveData which observe data changes in the database. Besides that, MVVM architecture helps to separate the application logic from the user interface.

In this project TypeConverter provided by Room Database has to be used to convert date type to the long type - in which dates in ROOM are stored. Similar to this, conversion of task's priority (which is saves as ENUM) happens.

Who is the author?

👨‍💻 Implemented by: Wojciech Kula
📚 Based on the Udemy course by: Paulo Dichone

todoisterapp's People

Contributors

wojtekkula3 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.