I would like to know if there's any concrete way by which we can get notifications on when a view is actually appearing on the screen or disappearing from the screen. I tried almost all the methods of View to see if I get any notifications but didn't get anything useful.
I can somehow workaround & say that a view is currently getting displayed in the visible area of the activity using the 'onDraw()' method. But there's absolutely no way to find out the same when a view goes out of the visible area. Is there anything that can help me in this?
Thanks, Ashok.