I'm working on a code at android for applying a form and before completing it, user has to accept a policy. If i put a TextView inside of ScrollView and a button for accepting, user can accept directly before read. But i must force user to scroll to bottom and then make Accept button became enabled and user accepts it then continue. First i tried this inside of Dialog Window. It's getting much more complicating. Now I'm trying it to inside another activity. 
Is there any way to detect Scroll View's position has reached to end ? 
 
     
     
    