DEV Community

Discussion on: Recyclerview basics (Part 2): Adapters and ViewHolder

Collapse
 
igorganapolsky profile image
Igor Ganapolsky

This is great, especially the seed() method. However, you do not need findViewById() anymore. We use View Binding instead: developer.android.com/topic/librar...

Collapse
 
raulmonteroc profile image
Raul Montero

Right! the new Binding capabilities android brought in.

I haven't tried yet on Android but I'm a big fan of MVVM on Xamarin. This is a great excuse to give it a try.

Thanks for the feedback.