From d586ed1708e9883e9229a9f3afb1f9590ff5de2c Mon Sep 17 00:00:00 2001 From: Raj Manjrekar <79650580+Raj-m01@users.noreply.github.com> Date: Fri, 20 May 2022 20:17:44 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2336c46..b50bde9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Android news app built using Kotlin and implemented **MVVM** architecture. It re Share news - News home + News home Saved News Image - news sharing @@ -27,7 +27,6 @@ Android news app built using Kotlin and implemented **MVVM** architecture. It re

- ### MVVM Architecture : MVVM is one of the architectural patterns which enhances separation of concerns, it allows separating the user interface logic from the business (or the back-end) logic. Its target (with other MVC patterns goal) is to achieve the following principle "Keeping UI code simple and free of app logic in order to make it easier to manage".