Skip to content

Instantly share code, notes, and snippets.

View NickHolcombe's full-sized avatar

Nick NickHolcombe

View GitHub Profile
@NickHolcombe
NickHolcombe / ExampleAdapter.kt
Created May 25, 2018 11:50
Example adapter that uses a ListAdapterWithHeader
package example
import android.support.v7.util.DiffUtil
import android.support.v7.widget.RecyclerView
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import example.R
import example.ListAdapterWithHeader