android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.16k stars 11.6k forks source link

Did you have any idea to scale this app further more? #995

Closed MubarakNative closed 5 months ago

MubarakNative commented 5 months ago

Because this one and only project architecture-sample that help me more and other developer easily to follow modern android approach, and best practises .

the last commit was added 10 months ago we really encourage if that project scales to add more feature and new modern libraries if you have any idea to scale this app further more i also support and contribute whenever i can.

Another great project from Android to understand modern android approach that is Now in Android app that showcases the modern approach like

But that is overwhelming for beginner's they doesn't understood it very quickly

The Best way to understand the Layered Architecture, Di, Modularisation is to implement in Offline app becuase we have a control of local data. we can add it, modify it, whatever we want without relaying on network also Room facilitates it even more.