我正在尝试在onBindViewHolder方法中动画一个条形图(只是一个onBindViewHolder)。有什么问题吗? public void onBindViewHolder(ViewHolder holder, int position) //holder.progressBarWeatherFactor.getLayoutParams
我的适配器有一个奇怪的问题,没有任何方法被调用..构造函数工作,如果我有一个断点,它就会停在那里,但从那里,什么都没有..onCreateViewHolder不会被调用,onBindViewHolder有什么建议吗?// Replace the contents of a view (invoked by the layout manager) public void onBindViewHolder