Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save abhishekBansal/d2c1d625c3b2fb9a011ca4ad8798cadc to your computer and use it in GitHub Desktop.
private fun showSuccessState(item: List<String>) {
binding.progressBar.setVisible(false)
binding.adapter.addItems(item)
binding.recyclerView.setVisible(true)
binding.successText.setVisible(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment