While going through the documentation, i read some where that ViewHolder is a static class, but does it require to make new on static class?
In that example they have done new on it?, but according to the concept new should not be done on static class right?
While going through the documentation, i read some where that ViewHolder is a static
Share
You can only construct classes four ways:
1 and 3 are by far the most used