As the view.getDrawingCache()
is deprecated, I found the article below.
view.getDrawingCache() is deprecated in Android API 28
However, both getDrawingCache
and the above way are of much lower quality than the original. Is there any way to make a bitmap without losing the quality?
please help me..