在一个ListView中,显示的行布局有多种不同形式,例如某些行只有ImageView,而另外一些行只有TextView,需要重写哪几个方法 A.getCount()B.getItemId()C.getItemViewType()D.getViewTypeCount()正确答案:CD
猜你喜欢