I already tried
getDrawingCache()
setDrawingCacheQuality
- view.getDrawingCache() is deprecated in Android API 28
In all of the above cases,
After setting the image in the view, I got bitmap from the view using the above methods, and I could see that all of them lost quality by applying it to this view again.
Is there any way not to lose quality?
Please help me, I haven't solved it for three weeks.