Explore the Sample Android App
mainThe sample/android directory contains a reference implementation of FlowRedux for Android. It provides two distinct ways to integrate FlowRedux into an Android application:
- Jetpack Compose: A sample Activity demonstrating how to use FlowRedux within a modern declarative UI framework.
- Traditional Android UI: A sample Activity demonstrating integration with the standard Android View system (e.g., using
RecyclerView).