POC of an MVI + VIPER based arch. Search for images courtesy of the NASA Images API.
There are two variants with similar functionality, plus a module that contains common presentation logic:
-
common
- Contains all the presentation logic common to both variants
- Uses SnapshotState APIs from androidx.compose.runtime
-
astro-androidview
- Using
Fragment
s, Android UI Toolkit & Data Binding , Navigation component for rendering
- Using
-
astro-compose
- Using Jetpack Compose for rendering
astro-androidview |
astro-compose |
---|---|
- Another similar project