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.
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.
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.
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.
This project has not been completed yet.
- AppCompat, CardView, RecyclerView and DesignLibrary
- RxJava & RxAndroid
- Dagger 2
- Butter Knife
- Recycler View Swipe Decorator
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details.
Alked Ejupi - [email protected]