Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 710 Bytes

Arch_components_vs_reduks.md

File metadata and controls

7 lines (4 loc) · 710 Bytes

Android Architecture Components vs Reduks

Being Reduks a port of a library originally designed for building UI for web applications, it is interesting to compare it with what is available natively for Android, the recently released Android architecture components (AAC for brevity in what follows).

More specifically we will have a look at the Android guide for app architecture: we will go through the main points described there and see the role Reduks can take and we will discuss similarities and differences vs AAC.

Common Architectural Principles