-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it support Compose UI? #212
Comments
If you're having this issue with Compose, there's not much I can do. If they won't fix it, one thing I can do is migrate the library to hardware rendering snapshotting, but that will work only from API 31, and might even be not feasible at all. Another option is to create a dedicated Composable that will work only for Compose, but I don't want to invest time in this, since other libraries like Haze are already doing it (although the blur also works only from API 31). I'm considering contributing to Haze to implement blur on older Android versions, but can't promise anything. So to answer your question, the chances are slim 🙂 |
Thx for your reply and help, I know it's hard to develop it, and I'll try the suggestions u provided!
|
I have used AndroidView and used BlurView in Composable, also, it support adding any content dynamically using ComposeView. It's clean and simple, just one issue, if bg is moving or GIF, then it's lagging |
Hello @Sagar0-0, I would like to know how you implement it in compose using AndroidView. Thanks in advance |
@ryccoatika you can check the BlurkitCompose library from my Profile Pinned Repos. It's easy one Function to fulfill your needs. Note that it's CPU rendering and slow for GIFs/Videos. |
Thanks for devs' hard work, it's a nice repo!
Although I've noticed that the last release was 9 months ago
Still, may I know will there are any plans to develop a version that supports / is adaptable for Compose UI?
Thx if possible!
The text was updated successfully, but these errors were encountered: