😁
Silicon Sorcerer
Highlights
- Pro
Pinned Loading
-
A filterable ListAdapter for Recycle...
A filterable ListAdapter for RecyclerView 1abstract class FilterableListAdapter<T, VH : RecyclerView.ViewHolder>(
2diffCallback: DiffUtil.ItemCallback<T>
3) : ListAdapter<T, VH>(diffCallback), Filterable {
45private var originalList: List<T> = currentList.toList()
-
Simple walkthrough on how to create ...
Simple walkthrough on how to create sticky header in Android (https://medium.com/@ubadahjafry/creating-sticky-headers-with-viewbinding-and-listadapter-5bbead3e7b38) 1import android.view.View
2import androidx.core.view.ViewCompat
3import androidx.core.view.get
4import androidx.recyclerview.widget.ListAdapter
5import androidx.recyclerview.widget.RecyclerView
-
-
-
webnovel-epub
webnovel-epub PublicA simple python package to save book to epub from given webnovel link
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.