Giter Site home page Giter Site logo

Comments (7)

CymChad avatar CymChad commented on May 1, 2024

我吃完饭,看看。

from baserecyclerviewadapterhelper.

CymChad avatar CymChad commented on May 1, 2024

我试过了,可以的

from baserecyclerviewadapterhelper.

CymChad avatar CymChad commented on May 1, 2024

adapter:
@OverRide
protected void convertHead(BaseViewHolder helper,final MySection item) {
helper.setText(R.id.header, item.header);
helper.setVisible(R.id.more,item.isMroe());
helper.setOnClickListener(R.id.more,new OnItemChildClickListener());
}
atc:
SectionAdapter sectionAdapter = new SectionAdapter(this, R.layout.item_section_content, R.layout.def_section_head, mData);
sectionAdapter.setOnRecyclerViewItemClickListener(this);
sectionAdapter.setOnRecyclerViewItemChildClickListener(new BaseQuickAdapter.OnRecyclerViewItemChildClickListener() {
@OverRide
public void onItemChildClick(BaseQuickAdapter adapter, View view, int position) {
Toast.makeText(SectionUseActivity.this, "onItemChildClick", Toast.LENGTH_LONG).show();
}
});
mRecyclerView.setAdapter(sectionAdapter);

from baserecyclerviewadapterhelper.

CymChad avatar CymChad commented on May 1, 2024

具体demo已经上传了,你可以看下SectionUseActivity

from baserecyclerviewadapterhelper.

isunkui avatar isunkui commented on May 1, 2024

nice,问题已经解决了。

from baserecyclerviewadapterhelper.

CymChad avatar CymChad commented on May 1, 2024

恩,感谢使用,好用推荐给你身边的人😄

from baserecyclerviewadapterhelper.

yummyChina avatar yummyChina commented on May 1, 2024

我使用MultiItem的时候 ,itemchildlick只能触发一次,完全找不到原因

from baserecyclerviewadapterhelper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.