From f5f2dca5f28ede9a451e7387fd4778ecc9da94e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Kordi=C4=87?= Date: Thu, 18 Jul 2019 10:20:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7b2ee..9607805 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Purpose of this project is to showcase an example of Android application archite ## Why Clean architecture There are few well-known arhitectural patterns like MVC, MVP or MVVM that provide elegant solutions to separating application's UI code from the rest of the project. While in some cases it can be enough, we wanted to create a consistent architecture throughout whole application and not only in the presentation layer. -##How is it implemented +## How is it implemented ![Clean architecture onion diagram](https://blog.cleancoder.com/uncle-bob/images/2012-08-13-the-clean-architecture/CleanArchitecture.jpg) Onion diagram above is Uncle Bob's well-known representation of Clean Architecture and it is the basis for this showcase project.