Skip to content

Instantly share code, notes, and snippets.

@AmaroNeto
Created January 22, 2020 17:40
Show Gist options
  • Save AmaroNeto/711306ecb65827630ab0686437420437 to your computer and use it in GitHub Desktop.
Save AmaroNeto/711306ecb65827630ab0686437420437 to your computer and use it in GitHub Desktop.
GenericAdapter-1
class GenericAdapter<T: AdapterObject>(val mList : List<T>) :
RecyclerView.Adapter<GenericAdapter<T>.ViewHolder<ViewDataBinding>>(), Filterable {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment