You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
The setAdapter() method should accept a ViewBinding so that when the onCreateViewHolder() is called it can pass the inflated layout back to the caller. Therefore, the implementor could use ViewBinding instead of repeatedly callling findViewById after the CarouselViewListener callbacks
Describe alternatives you've considered
findViewById usage is verbose and tedious
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
The
setAdapter()
method should accept a ViewBinding so that when theonCreateViewHolder()
is called it can pass the inflated layout back to the caller. Therefore, the implementor could use ViewBinding instead of repeatedly calllingfindViewById
after theCarouselViewListener
callbacksDescribe alternatives you've considered
findViewById usage is verbose and tedious
Additional context
The text was updated successfully, but these errors were encountered: