java.lang.Object
androidx.recyclerview.widget.RecyclerView.ViewHolder
com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBigBinder.ViewHolder
Enclosing class:
InfoBigBinder

public static class InfoBigBinder.ViewHolder extends RecyclerView.ViewHolder
View holder to hold the dynamic info view layout.
  • Constructor Details

    • ViewHolder

      public ViewHolder(@NonNull View view)
      Constructor to initialize views from the supplied layout.
      Parameters:
      view - The view for this view holder.
  • Method Details

    • getDynamicInfo

      @NonNull public DynamicInfoView getDynamicInfo()
      Get the dynamic info view for this view holder.
      Returns:
      The dynamic info view for this view holder.