UbadahJ - Overview
Pinned Loading
-
1
abstract class FilterableListAdapter<T, VH : RecyclerView.ViewHolder>(
2
diffCallback: DiffUtil.ItemCallback<T>
3
) : ListAdapter<T, VH>(diffCallback), Filterable {5
private 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)
1
import android.view.View
2
import androidx.core.view.ViewCompat
3
import androidx.core.view.get
4
import androidx.recyclerview.widget.ListAdapter
5
import androidx.recyclerview.widget.RecyclerView
-
Multi-threaded downloader/uploader
Python 1
-
A simulated file based FS
Python
-
A simple python package to save book to epub from given webnovel link
Python