AndroidStudio中RecyclerView不显示问题。
创始人
2024-08-21 02:00:17
0
  1. 检查布局文件中是否有RecyclerView并确认其是否已正确配置。

例子:


  1. 检查RecyclerView是否已在适配器中进行了设置。例如:
mRecyclerView = (RecyclerView) rootView.findViewById(R.id.recycler_view);
mLayoutManager = new LinearLayoutManager(getActivity());
mRecyclerView.setLayoutManager(mLayoutManager);
mCustomAdapter = new CustomAdapter(getActivity(), mDataSet);
mRecyclerView.setAdapter(mCustomAdapter);
  1. 确保适配器已正确实现必要的方法。例如:
public class CustomAdapter extends RecyclerView.Adapter {
    //This method will inflate the custom_layout and returning the view holder
    @Override
    public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
        View view = LayoutInflater.from(parent.getContext()).inflate(R.layout.custom_layout, parent, false);
        return new ViewHolder(view);
    }

    //Binding the data into the holder
    @Override
    public void onBindViewHolder(ViewHolder holder, int position) {
        holder.textView.setText(mDataSet.get(position));
    }

    //Getting the count
    @Override
    public int getItemCount() {
        return mDataSet.size();
    }

    //Creating a view holder class for holding the views
    public class ViewHolder extends RecyclerView.ViewHolder {
        public TextView textView;

        public ViewHolder(View itemView) {
            super(itemView);
            textView = (TextView) itemView.findViewById(R.id.text_view);
        }
    }
}
  1. 检查是否已正确引入支持库。在 build.gradle 文件中添加以下代码:
dependencies {
    compile 'com.android.support:recyclerview-v7:26.1.0'
}

此外,还需确认 compileSdkVersion 和 targetSdkVersion 是否已设置为 26+。

相关内容

热门资讯

现有关情况通报如下!sohoo... 现有关情况通报如下!sohoopoker辅助,aapoker真的假的(透视)解密教程(有挂分享)-哔...
透视能赢!wepoker私人局... 透视能赢!wepoker私人局透视方法,wepoker私局辅助(透视)教你教程(有挂辅助)-哔哩哔哩...
透视存在!wpk模拟器多开,w... 透视存在!wpk模拟器多开,wepoker怎么增加运气(透视)解密教程(有挂讲解)-哔哩哔哩1、用户...
透视存在!sohoo竞技联盟辅... 透视存在!sohoo竞技联盟辅助器,德普之星有透视辅助吗(透视)推荐教程(有挂方略)-哔哩哔哩1、上...
透视规律!hhpoker开挂教... 透视规律!hhpoker开挂教程,wepoker辅助透视(透视)总结教程(有挂秘笈)-哔哩哔哩1、不...
透视新版!拱趴大菠萝机器人,n... 透视新版!拱趴大菠萝机器人,newpoker脚本(透视)开挂教程(有挂猫腻)-哔哩哔哩1、拱趴大菠萝...
透视神器!wpk刷入池率脚本,... 透视神器!wpk刷入池率脚本,德州透视是真的吗(透视)推荐教程(的确有挂)-哔哩哔哩1、完成德州透视...
据了解!aapoker发牌逻辑... 据了解!aapoker发牌逻辑,wepoker可以开透视吗(透视)推荐教程(真实有挂)-哔哩哔哩1、...
现场直击!wepoker有辅助... 现场直击!wepoker有辅助吗,wepoker有没有透视方法(透视)科普教程(有挂教学)-哔哩哔哩...
透视黑科技!hhpoker怎么... 透视黑科技!hhpoker怎么防辅助,wepoker科技辅助器(透视)解密教程(今日头条)-哔哩哔哩...