Skip to content Skip to sidebar Skip to footer

View Holder Class In Android

This is a basic question. I was going through an official video by google regarding android. In it they used Viewholder class as static class Viewholder{ ImageView image;

Solution 1:

Use static only if your ViewHolder is an inner class.


Post a Comment for "View Holder Class In Android"