中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

怎么在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

新田县| 汕尾市| 南陵县| 三穗县| 益阳市| 神木县| 泌阳县| 东辽县| 隆子县| 万安县| 新龙县| 抚顺市| 临邑县| 乌兰县| 武川县| 禹州市| 金沙县| 华池县| 军事| 肇源县| 余庆县| 澳门| 海阳市| 中江县| 永福县| 德庆县| 张家港市| 确山县| 上犹县| 巢湖市| 淳安县| 迁安市| 辽阳县| 石泉县| 汝阳县| 贡山| 台前县| 噶尔县| 仙游县| 蓬溪县| 瓮安县|