Using with Jetpack Compose
See original GitHub issueHi, I would like to use this library in a Jetpack Compose project however I’m not finding any success. Could you provide a simple Composable
component that with an AndroidView
or a AndroidViewBinding
wrap your library? Thank you
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Quick start | Jetpack Compose - Android Developers
Try Jetpack Compose sample apps · If you're in the Welcome to Android Studio window, select Import an Android code sample. · In...
Read more >Jetpack Compose Tutorial for Android: Getting Started - Kodeco
Go to the materials you downloaded and open the starter project in your Canary version of Android Studio. Build and run and you'll...
Read more >Introducing Jetpack Compose into an existing project.
In this series of articles, I will describe how we at Lemonade have introduced Jetpack Compose into our codebase, intending to utilize it...
Read more >7 things you should know before using Jetpack Compose
Jetpack Compose is the latest Google bet on a modern UI toolkit for Android Development. It promises to build native UIs with less...
Read more >Say Hello to Jetpack Compose and Compare with XML
Jetpack Compose is a modern toolkit that allows us to build our screens in a declarative approach writing less code. Android UI Development...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Then I guess the BlurView is not compatible with Composable hierarchies. I’m slightly interested in why it happens, so I might check it out later, but most likely this won’t be fixed
Version 2.0.2 should fix this problem, but I’m not sure it’s going to be working in every scenario. But you can try and let me know how it went