Contributions

Article
Jetpack Compose Previews make for faster development and prototyping but the problem of providing data to the component has many solutions. Here is a review of those different solutions, how they might be applied in a given project, and the pros and cons associated with each approach.
Article
Learn about Kotlin Flow objects and how you can use Flows to manage streams of data through creation, transformation, and collection to build reactive applications
Article
You fire off an event to the server and it succeeds, now all you need to do is notify the UI to show a Snackbar or perhaps perform navigation, but how are you going to do that? Sounds like you need to leverage a ui event strategy! Let's review some common options.