Skip to content
View yaseen2591's full-sized avatar
Block or Report

Block or report yaseen2591

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. Popular_Movies Popular_Movies Public

    Java

  2. Stock-Hawk Stock-Hawk Public

    Java

  3. plaid plaid Public

    Forked from nickbutcher/plaid

    Java

  4. xyzreader xyzreader Public

    P5-Udacity Android Nanodegree

    Java

  5. Example of Clean RecyclerViewAdapter... Example of Clean RecyclerViewAdapter with DiffUtil
    1
    class YourAdapter : ListAdapter<YourData, YourAdapter.ViewHolder>(YourDataDiffCallback()) {
    2
    
                  
    3
        override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
    4
            return ViewHolder.from(parent)
    5
        }