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