Ao utilizar
View itemStudent = LayoutInflater.from(context).inflate(R.layout.item_student, viewGroup, false);
é exibido o Warning: "Warning:(41, 28) Unconditional layout inflation from view adapter: Should use View Holder pattern (use recycled view passed into this method as the second parameter) for smoother scrolling"
Alguma dica de como implementar sem gerar esse warning? Tks! ;)