Skip to content

Instantly share code, notes, and snippets.

@WendyYanto
Last active December 13, 2020 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WendyYanto/b50228829d5486b4ee9b2e63789356ee to your computer and use it in GitHub Desktop.
Save WendyYanto/b50228829d5486b4ee9b2e63789356ee to your computer and use it in GitHub Desktop.
Lazyload
private fun isViewShown(): Boolean {
return (parentView.scrollY + screenHeight) >= viewStub.top
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment