Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jetpack Mvvm Best Practice | 8,466 | a day ago | 3 | Java | ||||||
难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解! | ||||||||||
Jetpackmvvm | 2,550 | a year ago | 11 | apache-2.0 | Kotlin | |||||
:chicken::basketball:一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目 | ||||||||||
Mvvm Architecture | 1,794 | a year ago | 5 | Kotlin | ||||||
The practice of MVVM + Jetpack architecture in Android. | ||||||||||
Jetpack Mvvm Scaffold | 941 | 10 days ago | 2 | Java | ||||||
人生苦短,让脚手架为你节省时间。(目前作为《最佳实践》项目的 Dev 版优先更新) | ||||||||||
Handycontrols | 914 | 1 | 8 | 4 days ago | 51 | March 21, 2023 | 7 | mit | C# | |
Contains some simple and commonly used WPF controls based on HandyControl | ||||||||||
882 | 2 years ago | 22 | mit | Objective-C | ||||||
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…) | ||||||||||
Mhdevelopexample_objective_c | 825 | 3 years ago | 8 | mit | Objective-C | |||||
🔥🔥🔥 iOS开发技术要点汇总。表情键盘布局、大文件分片上传、基于MVC的基类设计、MVVM+RAC实践、微信朋友圈实现方案。 | ||||||||||
Freshmvvm | 558 | 101 | 9 | 2 years ago | 25 | June 30, 2021 | 146 | apache-2.0 | C# | |
FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible. | ||||||||||
Android Jetpack Demo | 501 | 5 months ago | apache-2.0 | Kotlin | ||||||
🔥 快速入门Android Jetpack以及相关Kotlin、MVVM/MVI等独立构架App的基础技能 | ||||||||||
Mvvmsmart | 458 | 2 years ago | 3 | Java | ||||||
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流. |
Android MVVM + Jetpack Github
MVVM
Lifecycle: Create a UI that automatically responds to lifecycle events.
LiveData: Build data objects that notify views when the underlying database changes.
Room: Access your app's SQLite database with in-app objects and compile-time checks.
Retrofit2: Type-safe HTTP client for Android and Java by Square, Inc.
OkHttp: An HTTP+HTTP/2 client for Android and Java applications.
OAuth Application``Github
API5000/60/Debug
$ git clone https://github.com/qingmei2/MVVM-Architecture.git
AccessTokenlocal.properties
USER_ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxx"
🎉 🎉 🎉
Android Jetpack
🎨 UI gitme.
⭐️ rx-mvvm-android .
The MVVM-Rhine: Apache License
Copyright (c) 2018 qingmei2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.