Example #1
0
            protected override void UpdateViewsHolder(VH newOrRecycled)
            {
                // Populating with data from associated model
                DATA dataModel = _Data[newOrRecycled.itemIndex];

                baseAdapter.updateViewsHolder(dataModel, newOrRecycled, newOrRecycled.itemIndex);
            }