featuring separation of concerns for GUI applications Model : state and/or business logic and/or data structures View : application user interface x : flow control logic and/or state and/or business logic and/or data structures
need for ViewHolder in ListView More natural implementation of RecyclerView Same level of abstraction across the entire UI hierarchy @VasiliyZukanov 22
to make it truly decoupled MVx View is the natural abstraction level for UI logic in Android Activity can take on its natural role – controller Mature and documented[4] @VasiliyZukanov 28