Loading repository data…
Loading repository data…
prudhvir3ddy / repository
📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development
Go to http://newsapi.org/ and generate your API key there and append to your local.properties like this
sdk.dir=YOUR_LOCAL_PATH_TO_ANDROID_SDK
api.news=ADD_YOUR_API_KEY_HERE
This app uses MVVM (Model View View-Model) architecture.
