I am making a page listener, I've seen a view people do this:
ViewPager.addOnPageChangeListener(this);
What does that mean? What does that code even do, seems like nothing? I thought "this" meant the current Activity or context but I feel like the above code is not doing anything.