Skip to content

Instantly share code, notes, and snippets.

@abhishekBansal
Created February 1, 2021 18:45
Show Gist options
  • Select an option

  • Save abhishekBansal/d73ac5042ac2233d2bd0e67a83eec420 to your computer and use it in GitHub Desktop.

Select an option

Save abhishekBansal/d73ac5042ac2233d2bd0e67a83eec420 to your computer and use it in GitHub Desktop.
private fun showSuccessState(item: List<String>) {
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