我是限量版
我是限量版
/** * 子item布局的UI设置 * * @param holder * @param groupIndex * @param childIndex */ @SuppressLint({"SetTextI18n", "ResourceType"}) @Override protected void onBindChildViewHolder(ChildHolder holder, int groupIndex, int childIndex) { RowsBeanX childBean = groupList.get(groupIndex);...
运行问题
老哥请问这个app怎么使用,只能拍照,怎么识别?
请问huzhifeng这个第三方库,楼主可以分享一下吗?谢谢了
您好,您的demo很好,但是我想请问您这个代码是在那里给recycleview赋的值呐? 以OneRecycleFragment为例子 private void initBase() { // lay_fresh = (SwipeRefreshLayout) this.rootView.findViewById(R.id.lay_refresh); // lay_fresh.setColorSchemeResources(R.color.colorPrimary, R.color.colorPrimaryDark); // lay_fresh.setOnRefreshListener(this); RecyclerView recyclerView = (RecyclerView) this.rootView.findViewById(R.id.recyclerView); // recyclerView.setLayoutManager(new LinearLayoutManager(recyclerView.getContext(), LinearLayoutManager.VERTICAL, false)); recyclerView.setLayoutManager(new GridLayoutManager(recyclerView.getContext(), 6, GridLayoutManager.VERTICAL,...