DEV Community

Cover image for The architectural patterns I am using to better organize my Jetpack Compose code
Tristan Elliott
Tristan Elliott

Posted on • Updated on

The architectural patterns I am using to better organize my Jetpack Compose code

Table of contents

  1. The problem I have
  2. Parts
  3. Builder
  4. Implementations
  5. Bonus documentation
  6. Reworking old code (updated:2023-12-05)
  7. Making the API cleaner (updated:2023-12-06)

My app on the Google play store

2024-04-03 UPDATE

  • I have deleted this article because I recently discovered the method described in this article causes too many unnecessary recompositions when passing functions.
  • Please refer to THIS article if you are looking for useful architecture advice

Top comments (0)