Skip to content

Instantly share code, notes, and snippets.

View Sharkaboi's full-sized avatar
🖥️
Still in Alpha {}

Sarath S Sharkaboi

🖥️
Still in Alpha {}
View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Sarath S",
"label": "Undergrad at CUSAT | Android dev ",
"picture": "https://avatars.githubusercontent.com/u/53013721?s=460&u=18b1d7cd19ca6b3f9d3808b8f6fb7241c23904d8&v=4",
"email": "sarathsedu@gmail.com",
"phone": "",
@Sharkaboi
Sharkaboi / RecyclerViewAdapterTemplate.md
Last active January 27, 2022 11:55
RecyclerView Adapter template with DiffUtil.ItemCallback, ViewBinding and custom listeners. Best when used with livedata.

Adapter Template


#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end

import androidx.recyclerview.widget.RecyclerView
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.recyclerview.widget.AsyncListDiffer