imgod1
imgod1
@parthivikky Sorry, I haven't found a good way to solve it now.
@parthivikky All right?
@parthivikky are you have a qq or wechat?i want to talk with you,please
@parthivikky ok,tell me your skype id
@teffy A variety of pit father, look at my demo bar https://github.com/imgod1/TestUltimateRecycleView
Lately not use the library
native RecyclerView + CommonAdapter by hyman github address:https://github.com/hongyangAndroid/baseAdapter
CommonAdapter commonAdapter = new CommonAdapter(this, R.layout.item_text, list) { @Override protected void convert(ViewHolder holder, String s, int position) { holder.setText(R.id.txt_title, s); } }; HeaderAndFooterWrapper head = new HeaderAndFooterWrapper(commonAdapter); View view =...
我是通过这种方法来规避这个问题的 https://github.com/imgod1/TestCommonAdapter