When creating a customized adapter
for ListView
in android, I see that I have to create a class the extends ArrayAdapter
class and implements the getView(..)
method.
All of that is OK, but I want to know the sequence of calling methods and executing. i.e. in which point of code the getView()
is being called ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…