I want to check if an View within a scrollview is currently visible in Android? I am not checking if it is focused on yet, but if it is currently being displayed on screen? Is there a method on View that will tell me if the view is currently visible?
Thanks

