Looking through the documentation, I read some where this ViewHolder is a static class, but does it need to be created for a static class? In this example, they made a new one on it?, But in accordance with the concept, the new should not be done in a static class?
source
share