Skip to content

AccountList Compose port

Jørgen Svennevik Notland requested to merge jQrgen/wally:mp_account_compose into mp

Port Accounts list UI from to Compose Multiplatform

Needs/Uses: !42 (merged)

Test on

  • Android
  • JVM
  • iPhone

Follow-up issue: #25 (closed)

We have identified a potential issue with image resource handling, especially when transitioning quickly between screens. The current implementation, as seen in painterResource, might lead to excessive memory usage due to repeated loading of the same images.

Prepare for Future Cache Integration

  • Even if caching is not implemented in the current task, ensure that our code is prepared for a cache to be added underneath.
  • Evaluate whether wrapping the Image component makes sense to simplify the API for future cache integration.
  • Identify other use cases of resource images that might benefit from caching.

Implementation Plan

  • Once the investigation and discussions are complete, create a plan for addressing resource image handling and potential caching.
Edited by Jørgen Svennevik Notland

Merge request reports

Loading