Skip to content

Instantly share code, notes, and snippets.

@AmaroNeto
Created January 22, 2020 17:42
Show Gist options
  • Save AmaroNeto/a61bf9db3928e74c24f0a4a012b36795 to your computer and use it in GitHub Desktop.
Save AmaroNeto/a61bf9db3928e74c24f0a4a012b36795 to your computer and use it in GitHub Desktop.
GenericAdapter-2
var listener : AppAdapterListener<T>? = null
interface AppAdapterListener<T> {
fun onItemClick(model: T, position: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment