All Projects → Newssync → Similar Projects or Alternatives

894 Open source projects that are alternatives of or similar to Newssync

Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-60.87%)
Mutual labels:  rxjava2, mvvm, room, livedata
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+823.91%)
Mutual labels:  rxjava2, mvvm, room, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+730.43%)
Mutual labels:  rxjava2, mvvm, room, livedata
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (+19.57%)
Mutual labels:  rxjava2, mvvm, room, livedata
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+1319.57%)
Mutual labels:  rxjava2, mvvm, room, livedata
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (+76.09%)
Mutual labels:  room, mvvm, livedata
Cloudreader
🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端
Stars: ✭ 4,611 (+9923.91%)
Mutual labels:  rxjava2, mvvm, room
StackOverFlowApi
working with Stack OverFlow Api
Stars: ✭ 24 (-47.83%)
Mutual labels:  mvvm, rxjava2, livedata
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+280.43%)
Mutual labels:  rxjava2, room, livedata
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+626.09%)
Mutual labels:  rxjava2, room, livedata
Mvvm Architecture Android Beginners
This repository contains a sample app that implements MVVM architecture using Kotlin, ViewModel, LiveData, and etc.
Stars: ✭ 176 (+282.61%)
Mutual labels:  rxjava2, mvvm, livedata
Jetpack Wanandroid
Kotlin+Jetpack+Coroutines+Retrofit+koin 完成的MVVM 组件化客户端 🔥🔥
Stars: ✭ 353 (+667.39%)
Mutual labels:  mvvm, room, livedata
Androidarchitecture
Android Architecture using Google guides
Stars: ✭ 127 (+176.09%)
Mutual labels:  mvvm, room, livedata
Mvvmarchitecture
An example Android app using Retrofit, Room, LiveData, RxJava2, Paging, Koin and the MVVM pattern with the databinding
Stars: ✭ 160 (+247.83%)
Mutual labels:  mvvm, room, livedata
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+232.61%)
Mutual labels:  mvvm, room, livedata
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (+39.13%)
Mutual labels:  mvvm, room, livedata
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+4117.39%)
Mutual labels:  mvvm, room, livedata
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+628.26%)
Mutual labels:  mvvm, room, livedata
Myweatherkotlinflow
Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection
Stars: ✭ 23 (-50%)
Mutual labels:  rxjava2, mvvm, room
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+791.3%)
Mutual labels:  mvvm, room, livedata
Reactive Mvvm Android
My way to MVVM using KotlinX Coroutines and Android data-binding
Stars: ✭ 626 (+1260.87%)
Mutual labels:  mvvm, room, livedata
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-21.74%)
Mutual labels:  mvvm, room, livedata
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+200%)
Mutual labels:  mvvm, room, livedata
Android Mvvm Architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 2,720 (+5813.04%)
Mutual labels:  rxjava2, mvvm, room
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-2.17%)
Mutual labels:  room, rxjava2, livedata
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+373.91%)
Mutual labels:  mvvm, room, livedata
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-69.57%)
Mutual labels:  room, rxjava2, livedata
PlayAndroid
✌️✊👋玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配✔️状态栏沉浸式✔️黑夜模式✔️,无数据、加载失败状态页;骨架屏、Koin依赖注入等
Stars: ✭ 193 (+319.57%)
Mutual labels:  mvvm, rxjava2, livedata
Football-App
⚽ Football App using MVVM, LiveData, RxJava2, DI, Room, Repository Patern
Stars: ✭ 17 (-63.04%)
Mutual labels:  mvvm, rxjava2
PlayWeather
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥
Stars: ✭ 120 (+160.87%)
Mutual labels:  room, mvvm
Wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
Stars: ✭ 1,004 (+2082.61%)
Mutual labels:  mvvm, livedata
GitHubApplication
GitHubApplication 📱 is an Android application built to demonstrate the use of modern Android development tools - (Kotlin, Coroutines, Hilt, LiveData, View binding, Data Store, Architecture components, MVVM, Room, Retrofit, Navigation).
Stars: ✭ 11 (-76.09%)
Mutual labels:  room, mvvm
ToDoApp
📱My android playground app - Simple and Fastest todo app - developing to cover most android concepts, simple logic can make me focus more on framework
Stars: ✭ 28 (-39.13%)
Mutual labels:  room, livedata
Livedatamvvm
Example Of LiveData in MVVM
Stars: ✭ 33 (-28.26%)
Mutual labels:  mvvm, livedata
Launcher-OnePlus
Customizable and Open Source Launcher for Android
Stars: ✭ 73 (+58.7%)
Mutual labels:  room, mvvm
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (+113.04%)
Mutual labels:  room, livedata
JetpackDemo
Jetpack demo that used to show how to use Jetpack libraries.
Stars: ✭ 77 (+67.39%)
Mutual labels:  room, livedata
android-live-broadcasts
Live broadcast receiver library for Android
Stars: ✭ 19 (-58.7%)
Mutual labels:  rxjava2, livedata
AndroidGo
Android、Flutter 开发者帮助 APP。包含事件分发、性能分析、Google Jetpack组件、OkHttp、RxJava、Retrofit、Volley、Canvas绘制以及优秀博文代码案例等内容,帮助开发者快速上手!
Stars: ✭ 30 (-34.78%)
Mutual labels:  mvvm, livedata
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-71.74%)
Mutual labels:  rxjava2, livedata
Exchange Rates Mvvm
Sample Android project which incorporates MVVM, databinding, RxJava2, Dagger2 and Clean Architecture approach.
Stars: ✭ 43 (-6.52%)
Mutual labels:  rxjava2, mvvm
Kotlinjetpackinaction
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手
Stars: ✭ 264 (+473.91%)
Mutual labels:  mvvm, livedata
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+6308.7%)
Mutual labels:  rxjava2, mvvm
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (+500%)
Mutual labels:  rxjava2, mvvm
Qksms
The most beautiful SMS messenger for Android
Stars: ✭ 3,519 (+7550%)
Mutual labels:  rxjava2, mvvm
Daggerandroidmvvm
Demonstrates using Dagger 2.11+ in MVVM app with Android Architecture Components, Clean Architecture, RxJava
Stars: ✭ 255 (+454.35%)
Mutual labels:  mvvm, livedata
Jetpack github
基于Kotlin + Jetpack全家桶 + Coroutines(协程) + Flutter等架构实现的一款精简版Github客户端项目,望与广大小伙伴一起成长,欢迎start or fork!
Stars: ✭ 314 (+582.61%)
Mutual labels:  mvvm, room
Applocker
🔐 Open source app locker, vault, call blocker application
Stars: ✭ 321 (+597.83%)
Mutual labels:  rxjava2, mvvm
Moko Mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 329 (+615.22%)
Mutual labels:  mvvm, livedata
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (-43.48%)
Mutual labels:  room, mvvm
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-63.04%)
Mutual labels:  room, mvvm
Android Architecture Components Kotlin
Sample used to practice Kotlin and Android Architecture Components.
Stars: ✭ 326 (+608.7%)
Mutual labels:  room, livedata
Androidproject
Android 技术中台,但愿人长久,搬砖不再有
Stars: ✭ 4,398 (+9460.87%)
Mutual labels:  rxjava2, mvvm
Social Note
Social Note - Note-taking, sharing, time & location reminder
Stars: ✭ 38 (-17.39%)
Mutual labels:  rxjava2, room
Playandroid
🔥🔥🔥 Kotlin + MVVM + LCE版玩安卓,暗黑模式、横竖屏、无网、弱网、无数据、加载失败等等各种情况,协程、Room、Hilt、DataStore、LiveData、Retrofit、屏幕适配、本地缓存、多语言切换、多 lib,你想要的我都有!!!
Stars: ✭ 414 (+800%)
Mutual labels:  mvvm, room
Androidarchitecture
Recommended architecture by Android
Stars: ✭ 883 (+1819.57%)
Mutual labels:  room, livedata
Weatherapp
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2)
Stars: ✭ 426 (+826.09%)
Mutual labels:  mvvm, room
Android Clean Architecture Example
Yet another Android clean architecture example using RxJava and Room.
Stars: ✭ 37 (-19.57%)
Mutual labels:  rxjava2, room
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+954.35%)
Mutual labels:  mvvm, room
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+1123.91%)
Mutual labels:  room, livedata
1-60 of 894 similar projects