All Projects → sberoch → Rickandmorty Androidarchitecturesample

sberoch / Rickandmorty Androidarchitecturesample

Licence: apache-2.0
A Rick And Morty simple app to show one approach to using some of the best practices in Android Development.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Rickandmorty Androidarchitecturesample

Droid Feed
Aggregated Android news, articles, podcasts and conferences about Android Development
Stars: ✭ 174 (-24.35%)
Mutual labels:  android-architecture
Clean Architecture Android
Sample to practice Clean Architecture in android applications.
Stars: ✭ 207 (-10%)
Mutual labels:  android-architecture
Transfuse
💉 Transfuse - A Dependency Injection and Integration framework for Google Android
Stars: ✭ 226 (-1.74%)
Mutual labels:  android-architecture
Android Spotify Mvp
Android Sample to explain Model View Presenter in android applications.
Stars: ✭ 184 (-20%)
Mutual labels:  android-architecture
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (-11.74%)
Mutual labels:  android-architecture
Cw Androidarch
Source Code for the Book "Android's Architecture Components"
Stars: ✭ 213 (-7.39%)
Mutual labels:  android-architecture
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (-33.04%)
Mutual labels:  android-architecture
Android Mvvm Architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 2,720 (+1082.61%)
Mutual labels:  android-architecture
Eiffel
Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
Stars: ✭ 203 (-11.74%)
Mutual labels:  android-architecture
Bubbble
Sample app showcases the MVP pattern and Robert Martin's Clean Architecture approach.
Stars: ✭ 226 (-1.74%)
Mutual labels:  android-architecture
Jimu
一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。
Stars: ✭ 2,355 (+923.91%)
Mutual labels:  android-architecture
Knot
Unidirectional reactive state container for Android & Kotlin
Stars: ✭ 198 (-13.91%)
Mutual labels:  android-architecture
Web Dev Tools Android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
Stars: ✭ 215 (-6.52%)
Mutual labels:  android-architecture
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (-21.74%)
Mutual labels:  android-architecture
Lifecyclemodel
📬 The LifecycleModel class is designed to store and manage UI-related data in a lifecycle conscious way, the LifecycleModel class allows data to survive configuration changes such as screen rotations, it also handles the communication of the Activity / Fragment with the rest of the application, base on https://developer.android.google.cn/topic/libraries/architecture/viewmodel.html
Stars: ✭ 233 (+1.3%)
Mutual labels:  android-architecture
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-31.3%)
Mutual labels:  android-architecture
Componentcornerstone
🐜🐜 一种全新的android组件化方案,无需下沉公用代码,无需采用路由等硬编码方式分发sdk,独立维护组件暴露的SDK/IMPL,打破官方模块循环且支持组件间互相调用SDK,支持集成组件调试/组件独立运行。A brand new android componentization solution, no need to sink public code, no need to use hard coding to distribute sdk, independent maintenance component exposed SDK / IMPL, break the official module loop and support the call between components The SDK supports integrated component debugging/components to run independently.
Stars: ✭ 207 (-10%)
Mutual labels:  android-architecture
Android Bookmark
【资料汇总】Android 资源知识大全 http://www.yundashi168.com/articles/2018/09/12/1536725366888.html
Stars: ✭ 235 (+2.17%)
Mutual labels:  android-architecture
Moxy
Moxy is MVP library for Android with incremental annotation processor and ktx features
Stars: ✭ 234 (+1.74%)
Mutual labels:  android-architecture
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (-4.78%)
Mutual labels:  android-architecture

RickAndMorty - Android Architecture Sample

A Rick And Morty simple app that loads information from The Rick and Morty API to show one approach to using some of the best practices in Android Development. Including:

  • ViewModel
  • LiveData
  • Hilt (for dependency injection)
  • Kotlin Coroutines
  • Retrofit
  • Room
  • Navigation

You should also take a look at

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].