亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在RecyclerView中使用SnapHelper實現一個無限循環篩選控件

發布時間:2021-04-17 17:44:59 來源:億速云 閱讀:233 作者:Leah 欄目:移動開發

怎么在RecyclerView中使用SnapHelper實現一個無限循環篩選控件?針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

FilterWheelView.java

private void initData(){
    if (filterItemEntity != null) {
      if (!TextUtils.isEmpty(filterItemEntity.getTitle())) {
        filtrationType.setText(filterItemEntity.getTitle());
      }
      if (filterItemEntity.getOptions() != null) {
        mAdapter = new ADA_FilterWheel(mContext, filterItemEntity.getOptions());
      }
      mLoopRecyclerView.setAdapter(mAdapter);
      if (adaItemCallback!=null){
        adaItemCallback.sendItems(mAdapter.getItemRawCount());
      }
      //設置滾動監聽
      mLoopRecyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() {
        @Override
        public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
          super.onScrollStateChanged(recyclerView, newState);
          //滾動停止時,獲取recycler顯示的第一項的position
          if (newState == RecyclerView.SCROLL_STATE_IDLE) {
            int items = mAdapter.getItemRawCount();
            int firstItemPosition =linearManager.findFirstVisibleItemPosition();
            //高亮顯示最左邊的item
            mAdapter.highlightItem(firstItemPosition % items);
          }
          //滾動過程中,釋放選中狀態
          if (newState == RecyclerView.SCROLL_STATE_DRAGGING) {
            mAdapter.reset();
          }
        }

        @Override
        public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
          super.onScrolled(recyclerView, dx, dy);
        }
      });
      //找到當前選中的實體
      for (int i = 0; i < filterItemEntity.getOptions().size(); i++) {
        FilterOptionsEntity bean = filterItemEntity.getOptions().get(i);
        if (bean.isCheck()) {
          // 當前選中實體類
          currentBean = bean;
          break;
        }
      }
    }
  }

關于怎么在RecyclerView中使用SnapHelper實現一個無限循環篩選控件問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

横峰县| 临沭县| 宿州市| 仁布县| 阿克苏市| 眉山市| 博野县| 柳州市| 锦州市| 南投县| 新郑市| 乌兰浩特市| 日喀则市| 清流县| 鹿邑县| 和静县| 孟村| 介休市| 桂阳县| 双峰县| 大冶市| 会东县| 万全县| 伊吾县| 苗栗市| 太白县| 新化县| 星子县| 长兴县| 嘉善县| 阜阳市| 鞍山市| 上蔡县| 玛纳斯县| 胶州市| 陕西省| 桐乡市| 萨嘎县| 灯塔市| 乳山市| 杂多县|