Using View Binding in ListView Adapters

preview_player
Показать описание
In this video we discuss how to use Android View Binding when implementing ListView Array Adapters. Using View Binding we do not use a View Holder and we have the binding. This makes is much easier as you do not need to use findViewById any more and you let the View Binding take care of finding and initializing these views.

The code for this example is posted at
Рекомендации по теме