Is it possible to use GPUImageView/ GLSurfaceview in recycler view?

813 Views Asked by At

I am working on photo editing app. I am using GPUImageView to apply effects.I want to display multiple thumbnail size images with different different effects in recycler view so that user gets the idea how image will look after applying that effect.

1

There are 1 best solutions below

0
On

bit late to the party but its a bad idea. It will slow down or even freeze your app in some devices. I tried to do this to my app with about 23 filters ended up converting each filter preview to regular jpeg thumbnails and using them in ImageView (with glide, down samples the image saving memory) in a recycler view