Giter VIP home page Giter VIP logo

ejupialked / todo-clean-architecture Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 3.0 2.82 MB

๐Ÿ“‘ A minimalist Android todo app based on Clean Architecture with MVP (for the presentation layer) using architecture components library RxJava2, Dagger2 and ButterKnife.

License: MIT License

Java 100.00%
rxandroid recyclerview butterknife clean-architecture android floating-action-button swipe-to-delete dagger2 drag-and-drop android-app

todo-clean-architecture's Introduction

MIT Licence Open Source Love

todo app - Clean Architecture

The purpose of this project is to develop a minimalist todo app with the aim to learn and practice the concepts of Clean Architecture with MVP (for the presentation layer) using architecture components library like RxJava2, Dagger2 and ButterKnife.

alt text

Presentation Layer

This layer contains everything related to the UI, nothing else. You can use any pattern here, in this project I used MVP, this will ensure to separate your business logic from the UI.

Domain Layer

This is the place where all the magic happens, here you can find the entities and use cases of the app. The code written in this layer does not have any Android dependency, it is just Java.

Data layer

This is the layer which takes care about all the data that our application needs. It can be provided by a database, network or memory (it can be anything, in the code I provide hardcoded data). The repository pattern allows to abstract the origin of data where it is not going to matter where the data comes from, the important thing is that they will be obtained from somewhere and we can use them to do the actions that have to be done.

Project Status

This project has not been completed yet.

Screenshots

alt text alt text

Libraries used

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Developed by

Alked Ejupi - [email protected]

todo-clean-architecture's People

Contributors

ejupialked avatar

Stargazers

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