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
Use static only if your ViewHolder is an inner class.