InflationX / ViewPump

View Inflation you can intercept.
Apache License 2.0
896 stars 61 forks source link

Discussion: JetPack Compose support? #73

Closed mhashim6 closed 2 years ago

mhashim6 commented 2 years ago

Hi! Thanks for the great libraries. I was wondering if something like this is possible with Jetpack Compose. I know it's mostly different in how it's laid out. But I believe it's the same canvas API underneath/?

Thanks!

jbarr21 commented 2 years ago

Compose does not use layout inflators and there is no View object that is created, rather it is the invocation of a Unit function. This means that Compose support is not possible.