Avoid graphical glitches by modifying specific ViewHolder items without redrawing them. Showing information in a list, or a set of cards is probably the most commonly used graphical widget in any app. The process we usually follow is: Create a model class with all the information needed in the view. …