All Projects → prudhvir3ddy → DailyBugle

prudhvir3ddy / DailyBugle

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

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to DailyBugle

NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+123.53%)
Mutual labels:  glide, retrofit2, mvvm-architecture, room-database, navigation-component
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+364.71%)
Mutual labels:  glide, mvvm-architecture, room-database, navigation-component
Kotlin Modular Tdd Coroutines Mvvm
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
Stars: ✭ 256 (+1405.88%)
Mutual labels:  dagger2, glide, retrofit2, mvvm-architecture
ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
Stars: ✭ 28 (+64.71%)
Mutual labels:  glide, retrofit2, mvvm-architecture, navigation-component
RickAndMorty-AndroidMVVMSample
An android sample project using Jetpack libraries and MVVM design pattern
Stars: ✭ 17 (+0%)
Mutual labels:  glide, retrofit2, kotlin-coroutines, navigation-component
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-5.88%)
Mutual labels:  dagger2, retrofit2, android-testing, room-database
nytclient-android
This sample app is created to demonstrate the usage of Android Architecture Components with MVVM architecture
Stars: ✭ 24 (+41.18%)
Mutual labels:  dagger2, glide, retrofit2, kotlin-coroutines
catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
Stars: ✭ 12 (-29.41%)
Mutual labels:  dagger2, glide, retrofit2, mvvm-architecture
Tvflix
TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM architecture purely written in Kotlin
Stars: ✭ 286 (+1582.35%)
Mutual labels:  dagger2, retrofit2, mvvm-architecture, kotlin-coroutines
BooksApp
Book selling application with MVVM (Model, View, ViewModel), LiveData, DataBinding, Retrofit, Room Database, Navigation Component(NavGraph, BottomNav), ViewPager2 in TabLayout, SearchView, Vertical Adapter(BestSellers) and Horizontal Adapter(All Books) with ConcatAdapter for Main Screen, Firebase Auth, SearchView in Adapter, Picasso, Lottie, Ani…
Stars: ✭ 53 (+211.76%)
Mutual labels:  mvvm-architecture, room-database, navigation-component
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+14752.94%)
Mutual labels:  dagger2, glide, retrofit2
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (+135.29%)
Mutual labels:  dagger2, mvvm-architecture, navigation-component
Droid Feed
Aggregated Android news, articles, podcasts and conferences about Android Development
Stars: ✭ 174 (+923.53%)
Mutual labels:  dagger2, retrofit2, kotlin-coroutines
Clean-MVVM-NewsApp
Android News app developed using Clean + MVVM architecture
Stars: ✭ 52 (+205.88%)
Mutual labels:  retrofit2, mvvm-architecture, koin
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+711.76%)
Mutual labels:  dagger2, retrofit2, mvvm-architecture
Wanandroid
WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android https://www.wanandroid.com 客户端,是一个不错的Android应用开发学习参考项目
Stars: ✭ 223 (+1211.76%)
Mutual labels:  dagger2, glide, retrofit2
Just Another Android App
An Android base app with loads of cool libraries/configuration NOT MAINTAINED
Stars: ✭ 1,654 (+9629.41%)
Mutual labels:  dagger2, glide, retrofit2
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+1182.35%)
Mutual labels:  dagger2, retrofit2, mvvm-architecture
NoMoneyTrip
[SKT/한국관광공사] 2020 스마트 관광 앱 개발 공모전 '무전여행' 앱
Stars: ✭ 28 (+64.71%)
Mutual labels:  retrofit2, mvvm-architecture, room-database
DailyDoc
Productivity Note App utilizing Jetpack Compose
Stars: ✭ 31 (+82.35%)
Mutual labels:  retrofit2, room-database, single-activity

🕷️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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].