android-architecture topic

List android-architecture repositories

Android-CleanArchitecture

15.5k
Stars
3.3k
Forks
Watchers

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

DDComponentForAndroid

3.3k
Stars
568
Forks
Watchers

一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能

JIMU

2.4k
Stars
388
Forks
Watchers

一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。

ArmsComponent

1.7k
Stars
243
Forks
Watchers

📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).

MVICore

1.2k
Stars
85
Forks
Watchers

MVI framework with events, time-travel, and more

News

842
Stars
164
Forks
Watchers

A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]

MVPArt

781
Stars
153
Forks
Watchers

🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).

roxie

484
Stars
36
Forks
Watchers

Lightweight Android library for building reactive apps.

Notzz-App

666
Stars
53
Forks
Watchers

📝 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, M...