Member-only story
Jetpack Composable 🚀 to Bitmap Image 🌆
How to convert a jetpack composable to the bitmap image by not going insane jumping between the interpolation.

Don’t miss out on the course on Generative AI using Kotlin, Jetpack Compose, Langchain4j, and Ollama. You will learn hands-on by building 6 AI apps. Join now for lifetime access, but hurry — prices increase after July 1st!
Hacktoberfest 2021 is live and many developers like me who are enthusiastic about this event and love Open Source take some time to contribute to some Open Source Projects.
My 3rd PR is on Shreyas Patil’s NotyKT repository Issue number 119 :
That is to add support to share composable into Bitmap, so the app could share Notes in Image format as well.
The solution for this problem is already there on StackOverflow and Medium. Quick google with get you those, I also went over them to understand how to provide this feature, but there was a lot of complexity and Manual hardCoded height, width, Canvas hacks, and Ugly ass API design for Creating View to capture bitmap was there.