Projects. Ideas. Edge.

Single post

RPG Character Directory: Android Project Showcasing Moshi Deserialization, StateFlow, and Jetpack Compose

I recently put together a new proof-of-concept Android project on GitHub called RPG Character Directory. The project was created to further explore using Moshi to deserialize JSON strings into data objects, along with StateFlow for handling reactive updates from the data repository layer and surfacing them to the view layer. It also uses Jetpack Compose to build and render the UI.

The project follows an MVVM architecture and adopts a unidirectional data flow pattern.

You can find the full source code on GitHub here:
https://github.com/huhx0015/RPGCharacterDirectory

Write a Comment