Created
February 1, 2021 18:51
-
-
Save abhishekBansal/506e66c005fbc1009a8f2f0f3dac7a62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with(binding) { | |
| progressBar.setVisible(false) | |
| adapter.addItems(item) | |
| recyclerView.setVisible(true) | |
| successText.setVisible(true) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment