From ddfcd800595affbc88e1f721d024a04335d61055 Mon Sep 17 00:00:00 2001 From: Raj Manjrekar <79650580+Raj-m01@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:17:05 +0530 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b50bde9..5e46053 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,33 @@ -# News-App +# News-App 📰 ### 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 +* Display News in various categories +* Share news with friends +* Browse news +* Bookmark news to read later/ Delete news +* Listen news with provided Text-To-Speech service - ### Demo : + ### Screenshots : - - - - - - - - + + +
HomeSaved NewsShare news
News homeSaved NewsImage - news sharingNews homeSaved NewsImage - news sharing


+### Getting Started : + + * Generate API key from News api + * Paste the key in gradle.properties + ````API_KEY="" ```` + * Rebuild app + ### MVVM Architecture : @@ -58,4 +60,10 @@ 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. -### Application link : **Click here to download** +### Application link : **Click here to download apk** + +### 📝 License + +Copyright (c) 2022 Raj Manjrekar + +This project is [MIT](https://github.com/Raj-m01/News-App/blob/master/License) licensed.