Guest User

Untitled

a guest
Jan 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /*
  2. * some private variables to implement endless scrolling
  3. */
  4. private int visibleThreshold = 3;
  5. private int previousTotal = 0;
  6. private boolean loading = true;
Add Comment
Please, Sign In to add comment