Skip to content
View UbadahJ's full-sized avatar
😁
Silicon Sorcerer
😁
Silicon Sorcerer

Highlights

  • Pro

Block or report UbadahJ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. QReader QReader Public

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

    Kotlin 17 3

  2. A filterable ListAdapter for Recycle... A filterable ListAdapter for RecyclerView
    1
    abstract class FilterableListAdapter<T, VH : RecyclerView.ViewHolder>(
    2
        diffCallback: DiffUtil.ItemCallback<T>
    3
    ) : ListAdapter<T, VH>(diffCallback), Filterable {
    4
    
                  
    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. project-malcolm project-malcolm Public

    Multi-threaded downloader/uploader

    Python 1

  5. python-file-system python-file-system Public

    A simulated file based FS

    Python

  6. webnovel-epub webnovel-epub Public

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

    Python