Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created October 2, 2019 11:14
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 malikkurosaki/5aecc5661a9ed7593c14b17e189d0907 to your computer and use it in GitHub Desktop.
Save malikkurosaki/5aecc5661a9ed7593c14b17e189d0907 to your computer and use it in GitHub Desktop.
mendapatkan view dari recyclerview

mendapatkan view dari recyclerview

// container == recyclerview
container.post(new Runnable() {
  View view = container.findViewHolderForLayoutPosition(i).itemView;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment