Compose support #48
-
The need for Deferred Resources is not eliminated but looks very different in the Compose runtime for Android. Instead of a With this in mind, many of the interfaces from Deferred Resources are analogous to (but not the same as) interfaces needed in Compose. As such, it seems like Compose support should come as a brand-new, independent artifact; possibly along with a bridge artifact to convert non-Compose Deferred Resources to Compose ones. Let's discuss the ideal way for this library to support Compose here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe it would be best for the Compose version of this to be a new library with a different name, so they're easily distinguishable. |
Beta Was this translation helpful? Give feedback.
-
Created #59 to adapt existing Deferred Resources to Compose UI. This does not cover the more complex design issues mentioned above, but will allow easy use of the existing DR types in Compose UI. |
Beta Was this translation helpful? Give feedback.
Created #59 to adapt existing Deferred Resources to Compose UI. This does not cover the more complex design issues mentioned above, but will allow easy use of the existing DR types in Compose UI.