I need to know if my ScrollView is at the top, bottom, or in the middle.
public class DialogInfo extends AlertDialog implements Constant, OnScrollChangedListener{
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.dialog_informationen);
((ScrollView)findViewById(R.id.scroll_farbe)).setON ???
}
@Override
public void onScrollChanged() {
}
}
You might be looking for some thing like this..
where,
and..
I hope it helps..