-
Airbnb doesn't use MVI, we use MVVM via https://github.com/airbnb/mavericks
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
ok so when I'm talking about "MVP as done on Android" I am talking about this: https://github.com/android/architecture-samples/blob/ebbdd9ec6e5fdece755783ea149f4acd0e6530bc/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/tasks/TasksContract.java#L32-L88
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
I need a repo with a modern and advanced architecture for an Android project. Can you help me?
-
Example code for seprate business logic from UI layer in flutter.
-
I am a graduate who wants to become an Android developer. Any advice please?
-
Is there a list of composables and functions anywhere?
-
Newbie questions about dependency inversion.