From 767166ea6b9fd1cb771cc0eb449d0f09ccce624a Mon Sep 17 00:00:00 2001 From: Raj Manjrekar <79650580+Raj-m01@users.noreply.github.com> Date: Sat, 19 Mar 2022 00:26:04 +0530 Subject: [PATCH] Update Readme.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f1da1f..2336c46 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,25 @@ # News-App -Android news app built in kotlin that fetches news data from news api with **Retrofit** and displays news to users. -This App follow MVVM architecture carrying Room operations in Data Access Objects(DAO) and API calls in Repository, and fragments navigations implemented with Android Navigation Component. - ### App Screenshots : +### Overview : +Android news app built using Kotlin and implemented **MVVM** architecture. It requests news from News api with help of **Retrofit** library. + +### Features : +* News details +* Share news +* Select news from different categories +* Save news +* Browse news page in detail + + ### Demo : - + - + @@ -49,6 +57,6 @@ MVVM is one of the architectural patterns which enhances separation of concerns, ### Retrofit : -Retrofit is a type-safe REST client for Android, Java and Kotlin developed by Square. The library provides a powerful framework for authenticating and interacting with APIs and sending network requests with OkHttp. +Retrofit is a type-safe REST client for Android, Java and Kotlin developed by Square. The library provides a powerful framework for authenticating and interacting with APIs and sending network requests with OkHttp. ### Application link : **Click here to download**
Home Saved NewsNews SharingShare news
News homeNews home Saved News Image - news sharing