Skip to content

Instantly share code, notes, and snippets.

@mallethugo
Created March 19, 2019 09:39
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 mallethugo/6e135c8316cc4e6308d41c521365d3bb to your computer and use it in GitHub Desktop.
Save mallethugo/6e135c8316cc4e6308d41c521365d3bb to your computer and use it in GitHub Desktop.
fun removeItems(myUpdatedList: List<Any>) {
this.dataParameters = ArrayList<Any>(myUpdatedList)
notifyDataSetChanged()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment