Lags when RecyclerView scrolling
问题 I can not understand what is the reason the brakes when you scroll through my RecyclerView. Scrolling is called by mRecyclerView.smoothScrollToPosition(position); When you scroll through the list of twitches (rendering time frame> 16ms) AlphaAdapter.java public class AlphaAdapter extends RecyclerView.Adapter<AlphaAdapter.ViewHolder> { private static final String TAG = "AlphaAdapter"; private Context mContext; private List<PrimaryWeapon> mGunList; private boolean isAnimate; private final int