Now I am reading a Roman Guy tutorial Avoid memory leak , there is the following sentence:
Drawable is attached to the view, the view is set as a callback to drawable. In the code snippet above, this means that drawable has a link to TextView`, Text on a web page .
How to find that drawable has a context link or not?
source
share