Build: Architecture Explanation
This screen explains why using architecture helps scale Android codebases by showing a simple example with and without architecture.
Target UI
---------------------------------- | Architecture Scales Codebases | |--------------------------------| | Without Architecture: | | - Code is tangled | | - Hard to add features | | | | With Architecture: | | - Clear layers | | - Easy to maintain | | | | [Show Example] | ----------------------------------
Display a title at the top
Show two sections: 'Without Architecture' and 'With Architecture' with bullet points
Add a button labeled 'Show Example' at the bottom
When the button is tapped, show a simple dialog explaining how architecture separates concerns