Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Viewbinding

Is There A Parent Class For Every Binding Class Using View Binding?

I am using ViewBinding and I am trying to reduce the code creating a Fragment that is an abstract c… Read more Is There A Parent Class For Every Binding Class Using View Binding?

Android - Recyclerview How To Handle Viewholder With Multiple Bindings

Here is my onBindViewHolder: @Override public void onBindViewHolder(@NonNull RecyclerView.V… Read more Android - Recyclerview How To Handle Viewholder With Multiple Bindings

How To Use Abstraction With Viewbinding With Base Activity?

I was making a base class so that all bindings for child will be set in base I have done till this … Read more How To Use Abstraction With Viewbinding With Base Activity?