Any tips to create this UI in compose?
# compose-android
s
Any tips to create this UI in compose?
s
PopupWindow or what?
s
Oh! I'm still new to compose i don't know there's a popup composable. When the popup appears, will it blur the chat background?
s
no, it will not blur the background. You need to do it manually.
Blur on Android is a unique topic with certain limitations.
👍 1
f
There’s a library that has a nice blur-effect. https://chrisbanes.github.io/haze/latest/
👍 1
Haven’t used it myself, but sure looks promising
s
yeah, It is the only reliable solution and works on API 32+.
r
Ask your UI team to create Android-specific designs because this is pretty much native iOS 🙂
❤️ 11