UbadahJ - Overview

View UbadahJ's full-sized avatar

LordChadiwala UbadahJ

Chained for eternity in the vastness of silicon sorcery

Block or report UbadahJ

Pinned Loading

  1. Android application for website https://toc.qidianunderground.org/

    Kotlin 17 3

  2. 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()
  3. 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
  4. Multi-threaded downloader/uploader

    Python 1

  5. A simulated file based FS

    Python

  6. A simple python package to save book to epub from given webnovel link

    Python