prudhvir3ddy / DailyBugle

📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development

Home Page:http://newsapi.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🕷️DailyBugle

Get it on Google Play

CircleCI Codacy Badge

local setup instructions

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

Architecture

This app uses MVVM (Model View View-Model) architecture.

screenshots

Home Screen Search Screen Saved Articles
Coming soon!
Select country no internet

About

📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development

http://newsapi.org/


Languages

Language:Kotlin 99.6%Language:Shell 0.4%