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,533 | 4 days ago | 2 | Java | ||||||
难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解! | ||||||||||
Gankclient Kotlin | 1,514 | 6 years ago | 12 | Kotlin | ||||||
gank.io kotlin实现的干货集中营Android客户端 Kotlin Dagger Databinding Rxjava Retrofit Okhttp3 | ||||||||||
Androidarchitecture | 854 | 4 years ago | 11 | Java | ||||||
Recommended architecture by Android | ||||||||||
Droidkaigi2016 | 683 | 5 years ago | 14 | apache-2.0 | Java | |||||
DroidKaigi 2016 official Android conference app in Tokyo. | ||||||||||
Countries | 609 | 5 years ago | 4 | other | Kotlin | |||||
An example Android app using Retrofit, Realm, Parceler, Dagger and the MVVM pattern with the data binding lib. | ||||||||||
Theatre | 593 | 2 years ago | 5 | apache-2.0 | Kotlin | |||||
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭 | ||||||||||
Android Jetpack Demo | 501 | 7 months ago | apache-2.0 | Kotlin | ||||||
🔥 快速入门Android Jetpack以及相关Kotlin、MVVM/MVI等独立构架App的基础技能 | ||||||||||
Conference App 2017 | 479 | 5 years ago | 25 | apache-2.0 | HTML | |||||
The Official Conference App for DroidKaigi 2017 Tokyo | ||||||||||
Weatherapp | 453 | 2 years ago | 1 | mit | Kotlin | |||||
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2) | ||||||||||
Wanandroid | 413 | 7 months ago | 1 | other | Java | |||||
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame |
Weatherapp is a simple weather forecast app, which uses some APIs to fetch 5 day / 3 hour forecast data from the OpenWeatherMap and to fetch places,cities,counties,coords etc. from Algolia Places. The main goal of this app is to be a sample of how to build an high quality Android application that uses the Architecture components, Hilt etc. in Kotlin.
The app uses MVVM [Model-View-ViewModel] architecture to have a unidirectional flow of data, separation of concern, testability, and a lot more.
The following diagram shows the dependency graph of the app.
Generated by Daggraph
Inspired by Ramonyv and weather icons taken from isneezy/open-weather-icons
Copyright (c) 2021 Furkan Aşkın
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.