New to compose (still reading). Is there a list of...
# compose
a
New to compose (still reading). Is there a list of framework/androidx views that are supported/have an equivalent in compose? I see there’s constraintlayout and other viewgroups, but was curious about things like material chips, swiperefreshlayout, etc
a
a
The content added there seems a bit limited, so I guess the non core views are not supported
v
Would love to know what you found missing in the first link 🙂
a
Info on most of the material component views, and stuff like SwipeRefreshLayout. I’m guessing for now they just have to be made from scratch or are not part of a library yet
v
a lot of the material components are already present but there are definitely some that are yet to be implemented
a
Are material chips implemented? What about swipe to refresh (not directly under material)