Skip to content

Instantly share code, notes, and snippets.

@AliAzaz
Created December 8, 2019 10:17
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 AliAzaz/2b69c340e358b07403d7c82c367ff01a to your computer and use it in GitHub Desktop.
Save AliAzaz/2b69c340e358b07403d7c82c367ff01a to your computer and use it in GitHub Desktop.
Clear functions
fun clearCheckBoxes(container: ViewGroup, flag: Boolean? = null)
fun clearRadioGroup(view: RadioGroup, flag: Boolean? = null)
fun clearAllFields(view: View, flag: Boolean? = null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment