(This question extends beyond Get root view from current activity)
Using getWindow().getDecorView()
, I was able to get the drawing cache of the root view, however, if I incur any dialogs or toast, they are not presented in the root view.
How is Toast presented as a view? Where does it attach to? And is it possible to get the parent view's drawing cache as well?
Thanks