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 :
Home | Saved News | -News Sharing | +Share news |
---|---|---|---|
+ |