I’m working on an Android project where I need to perform some high-performance computations (e.g., image processing, matrix operations). I was using RenderScript to achieve this, but recently I encountered a warning saying that RenderScript is deprecated.
//passing local image file need to generate blurred version
fun blurrImageGenerateThumbnail(file:File){
}