All Projects → WanAndroid → Similar Projects or Alternatives

644 Open source projects that are alternatives of or similar to WanAndroid

MVVMQuick
🚀使用MVVMQuick快速构建您的MVVM结构项目!(Quickly start projects with MVVMQuick!)
Stars: ✭ 23 (-71.6%)
AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (-72.84%)
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 (+3539.51%)
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+406.17%)
Mutual labels:  dagger2, retrofit2, databinding, wanandroid
Instant Weather
An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger2, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.
Stars: ✭ 473 (+483.95%)
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+424.69%)
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 (-53.09%)
Praxis
Example Android project using MVVM, DaggerAndroid, Jetpack Compose, Retrofit, Coroutines and Multi module architecture ✌🏽
Stars: ✭ 258 (+218.52%)
Mutual labels:  dagger2, databinding, dagger2-android
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (-3.7%)
Mutual labels:  dagger2, retrofit2, dagger2-android
Cloudreader
🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端
Stars: ✭ 4,611 (+5592.59%)
Mutual labels:  retrofit2, mvvm-databing, wanandroid
Github-Trending-Repos
An Android App that lists the most trending repositories from Github.
Stars: ✭ 57 (-29.63%)
stockwatcher
stockwatcher, a modern android development stack showcase
Stars: ✭ 62 (-23.46%)
Mutual labels:  dagger2, retrofit2, databinding
Roomrxjava
Room with Rxjava Example
Stars: ✭ 130 (+60.49%)
Mutual labels:  dagger2, retrofit2, dagger2-android
Kotlin Mvvm Architecture
Android Architecture Design Patterns using Kotlin, MVVM, Dagger2, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
Stars: ✭ 126 (+55.56%)
Mutual labels:  dagger2, retrofit2, dagger2-android
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 (+216.05%)
Mutual labels:  dagger2, retrofit2, databinding
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-75.31%)
Mutual labels:  dagger2, retrofit2, dagger2-android
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 (+2295.06%)
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+3017.28%)
Mutual labels:  dagger2, retrofit2, wanandroid
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 (+253.09%)
Mutual labels:  dagger2, retrofit2, databinding
Wanandroid
🐔🏀【停止维护,已使用Jetpack+Mvvm重构】根据鸿神提供的WanAndroid开放Api来制作的产品级玩安卓App,采用Kotlin语言,基于Material Design+AndroidX +MVP+RxJava+Retrofit等框架开发,注释超详细,方便大家练手
Stars: ✭ 674 (+732.1%)
Mutual labels:  dagger2, retrofit2, wanandroid
paybill-manager
Your personal finance manager
Stars: ✭ 46 (-43.21%)
Mutual labels:  dagger2, retrofit2, dagger2-android
catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
Stars: ✭ 12 (-85.19%)
Mutual labels:  dagger2, retrofit2, databinding
Mvp Dagger2 Rxjava2
Android 基本mvp+dagger(dagger2.android)+rxjava2+retrofit+ormdb框架。简单组件化架构 with Base Activity,Presenter ,View,Model 的抽象封装,http 请求封装&错误统一处理
Stars: ✭ 274 (+238.27%)
Mutual labels:  dagger2, retrofit2, dagger2-android
mvp-sample
Demonstrates how to implement MVP (Model View Presenter) pattern using Kotlin, RXJava, Retrofit, Dagger and DataBinding
Stars: ✭ 35 (-56.79%)
Mutual labels:  dagger2, retrofit2, databinding
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+169.14%)
Mutual labels:  dagger2, retrofit2, databinding
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-69.14%)
Mutual labels:  dagger2, retrofit2, dagger2-android
Frekans
📻 Frekans is a radio player app. It will be fully developed with Kotlin. It is work-in-progress and under heavy development.
Stars: ✭ 43 (-46.91%)
Mutual labels:  dagger2, databinding, dagger2-android
ThinkRchive
An app showing all details for various Lenovo Thinkpad models. Made to try out Jepack Compose for Android.
Stars: ✭ 84 (+3.7%)
Mutual labels:  dagger2, mvvm-android, dagger2-android
android-clean-architecture
Android Sample Clean Architecture App written in Kotlin. (MVVM, dagger2, RXjava, data binding, Live data,room)
Stars: ✭ 29 (-64.2%)
Mutual labels:  dagger2, databinding, mvvm-databing
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+7446.91%)
Mutual labels:  dagger2, retrofit2
Simple-MVVM
A simple Android MVVM pattern example
Stars: ✭ 34 (-58.02%)
Mutual labels:  retrofit2, mvvm-android
AndroidTutorials
Ejemplos Android [Dagger2,RxJava,MVP,Retrofit2,SQLite]
Stars: ✭ 22 (-72.84%)
Mutual labels:  dagger2, retrofit2
android-kick-start-modular
Android Kick Start Project Template Framework FrogoBox || Admob, MVVM Archictecture || Clean Architecture Modularization
Stars: ✭ 16 (-80.25%)
Mutual labels:  mvvm-sample, mvvm-android
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-44.44%)
Mutual labels:  dagger2, retrofit2
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (-39.51%)
Mutual labels:  dagger2, retrofit2
AvengersChat
💙 Android sample Avengers chat application using Stream Chat SDK based on MVVM (ViewModel, Coroutines, Room, Hilt, Repository) architecture.
Stars: ✭ 350 (+332.1%)
Mutual labels:  databinding, mvvm-android
Android-MVVM-News-App
MVVM News Application with clean code architecture & android jetpack components.
Stars: ✭ 38 (-53.09%)
Mutual labels:  retrofit2, mvvm-android
EasyTask MVVM Kotlin
Todo app based on MVVM, Kotlin Coroutines, Navigation Component, Room Database, Retrofit, Data Binding
Stars: ✭ 49 (-39.51%)
Mutual labels:  databinding, mvvm-android
LittleLight
An Android app that uses Destiny's API to interact with in-game inventory.
Stars: ✭ 19 (-76.54%)
Mutual labels:  dagger2, retrofit2
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-38.27%)
Mutual labels:  dagger2, retrofit2
Instant-Weather
An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.
Stars: ✭ 677 (+735.8%)
Mutual labels:  retrofit2, databinding
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (-67.9%)
Mutual labels:  retrofit2, databinding
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-81.48%)
Mutual labels:  dagger2, retrofit2
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-87.65%)
Mutual labels:  dagger2, dagger2-android
InstantAppStarter
Starter Project Structure for Android Instant app. https://blog.mindorks.com/android-mvp-architecture-with-instant-app-support-11ba48241a82
Stars: ✭ 44 (-45.68%)
Mutual labels:  dagger2, retrofit2
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (-33.33%)
Mutual labels:  dagger2, retrofit2
Android-Code-Demos
📦 Android learning code demos.
Stars: ✭ 41 (-49.38%)
Mutual labels:  retrofit2, databinding
Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-82.72%)
Mutual labels:  dagger2, retrofit2
Stars
An android application build with a clean architecture approach and Star wars API
Stars: ✭ 54 (-33.33%)
Mutual labels:  dagger2, retrofit2
movies
An example approach for modularization, reactive clean architecture and persistancy.
Stars: ✭ 110 (+35.8%)
Mutual labels:  dagger2, retrofit2
MVVM-Koin-Repository-Pattern
Experimenting with MVVM, Koin and Repository pattern in a simple TODO app.
Stars: ✭ 29 (-64.2%)
Mutual labels:  retrofit2, mvvm-android
eyepetizer kotlin
一款仿开眼短视频App,分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp
Stars: ✭ 83 (+2.47%)
Mutual labels:  retrofit2, databinding
situp android proj
🚀一个基组件化、模块化、MVP + MVVM 计划 App,兼容安卓 10.0 9.0 8.0 等 🔥a app like keep, you can edit your plans here, and you can share your life to others by post, too.🔥
Stars: ✭ 15 (-81.48%)
Mutual labels:  retrofit2, mvvm-android
MultipleAppModules
An example how to use multiple application modules in one android project
Stars: ✭ 105 (+29.63%)
Mutual labels:  dagger2, dagger2-android
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (-13.58%)
Mutual labels:  databinding, mvvm-android
WanAndroid
wanandroid的Kotlin版,采用Android X
Stars: ✭ 20 (-75.31%)
Mutual labels:  retrofit2, wanandroid
libbra
A currency tracker app demonstration. It refreshes currency list every single second based on the main currency. In addition to that, main currency is selectable.
Stars: ✭ 45 (-44.44%)
Mutual labels:  dagger2, retrofit2
DirectCurrencyConverter
Currency Converter App for Android showing usage of Flow, Live Data, Coroutines, Hilt - (Clean Architecture)
Stars: ✭ 40 (-50.62%)
Mutual labels:  retrofit2, mvvm-android
DailyBugle
📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development
Stars: ✭ 17 (-79.01%)
Mutual labels:  dagger2, retrofit2
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (-61.73%)
Mutual labels:  dagger2, databinding
1-60 of 644 similar projects