Skip to content

Instantly share code, notes, and snippets.

@alz-ahm
Created March 15, 2019 10:27
Show Gist options
  • Save alz-ahm/aa508769fe3c0d3fb9faa3a4ec4b3562 to your computer and use it in GitHub Desktop.
Save alz-ahm/aa508769fe3c0d3fb9faa3a4ec4b3562 to your computer and use it in GitHub Desktop.
//Using helper methods in ViewModel is right
fun getAdminAccesssVisibility(): Int {
return if(/** some condition **/) View.VISIBLE else View.GONE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment