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.
Asked
Active
Viewed 778 times
6
-
there is no such class in the android SDK – pskink Jul 21 '15 at 05:00
-
@pskink i guess u misunderstand the question. OP .you can do that, lets say you have 40 effects, when user select the image, loop 40 times and apply the image to the adapter. be aware of oom and loading huge bitmaps – Kosh Jul 21 '15 at 05:22
-
just use normal `ImageView`s, what's wrong with them? – pskink Jul 21 '15 at 05:37
-
Hi my idea is the same. Did you found any solution? I am unable load filters in recyclerview; image view blank/black. – Shabbir Dhangot Dec 04 '15 at 06:38
-
Did You found any solution for this problem? I am doing the same, Please help me if you have any idea. Thanks – Biswajit Apr 01 '16 at 08:08
-
no, I didn't got the solution – Deepak Apr 01 '16 at 12:53
-
Have u found any solution to this. I am struck in the same problem. – Ozeetee May 12 '16 at 06:57
1 Answers
0
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

Assassiŋ Shaɖow
- 47
- 5