architecture-components
There are 996 repositories under architecture-components topic.
YummyLau/AndroidModularArchiteture
:heavy_check_mark: Android组件化架构,支持组件代码完全隔离/组件循环依赖/便捷集成调试/快速接入,组件内基于 mvvm结构,组件提供高度服用的模块可直接使用,采用 wanAndroid api进行迭代开发。Android componentized architecture, support component code complete isolation / component circular dependency / convenient integrated debugging / fast access, component based mvvm structure, iterative development using wanAndroid api
YassinAJDI/PopularMovies
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
MojRoid/memes
MVVM example app. Quick blog post detailing the layers: https://medium.com/@mojroid/clean-architecture-on-android-using-feature-modules-mvvm-view-slices-and-kotlin-e9ed18e64d83
Lajesh/Android-MVVM
Android MVVM + Retrofit + Dagger 2 + Room
xmartlabs/fountain
Android Kotlin paged endpoints made easy
muratozturk5/Mova
Mova is a TMDb mobile add that list movies and series, shows their details, you can even watch trailers, save movies to list for watch later
HariAgus/GroceriesApp-Compose
🛒 Grocery App, food buying and selling application made with jetpack compose, mvvm and apply clean architecture
antoniolg/androidmvvm
Android MVVM sample
savepopulation/modular-app-core
Core implementations for a modular Android App
jshvarts/PagingRoom
Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)
2307vivek/Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
enginebai/AndroidBase
Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️
haroldadmin/MovieDB
A gorgeous TMDb client for Android
akhilesh0707/Rick-and-Morty
The Rick And Morty - MVVM with a clean architecture approach using some of the best practices in Android Development.
proxer/ProxerAndroid
The official Android App of Proxer.Me
futuredapp/arkitekt
Arkitekt is a set of architectural tools based on Android Architecture Components, which gives you a solid base to implement the concise, testable and solid application.
furkanaskin/podpocket
Podcast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding)
savepopulation/movies
An example approach for modularization, reactive clean architecture and persistancy.
pszklarska/LiveDataBinding
Kotlin example with LiveData and Data Binding usage
petrnohejl/alfonz
Mr. Alfonz is here to help you build your Android app, make the development process easier and avoid boilerplate code.
erikjhordan-rey/Movies-PagingLibrary-Arch-Components
Sample to practice PagingLibrary & RX
miquelbeltran/android-architecture-sample
Sample app using Kotlin, Coroutines, Architecture Components and more. With Unit and Instrumentation tests.
xmartlabs/gong
Xmartlabs' Android Base Project Template
dora4/dora
🚀 This is a framework for Android application development that incorporates the author's years of industry experience in Android. It is designed to efficiently develop and build Android mobile apps. Even beginners who are new to Android application development can quickly get started with it.
erikjhordan-rey/LiveData-DataBinding-Kotlin
Sample to practice LiveData + DataBinding
natario1/Elements
⚒ Modular components for RecyclerView development enforcing clean, reusable and testable code, with built-in support for paging and complex hierarchies of data.
savepopulation/price-tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
ahmedrizwan/AndroidKotlinComponents
Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin
musichin/ReactiveLiveData
Transformation functions for LiveData
sharmadhiraj/AndroidPagingLibraryStepByStepImplementationGuide
Android Paging Library Step By Step Implementation Guide
berkeatac/Notes-App
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
martinraj/Food-ordering-app-like-swiggy-uber-eats-MVVM-and-Room-database-
Food ordering app using MVVM architecture patterns, Architecture Lifecycle components and Room database.
muratozturk5/OpenAI-Dall-E-2
Kotlin DALL·E 2 is a new AI system that can create realistic images and art from a description in natural language.
alexfacciorusso/DaggerViewModel
An integration Module for injecting Google Architecture Components' ViewModel into Dagger2-injected Android components.
yangchaojiang/AaComponents
基于google Android Architecture Components 封装实现组件式MVP快速开发框架