recyclerview header, access objects from the header in the Activity/Fragment
问题 So I've followed this awesome answer to get an header view in my recyclerview. Works great so far. Now it's time for implementation, but here comes the problem: How do I access a label or an image from my Fragment to my recycler view header? I know the other way around, on button click, on any event handler from any recycler view holder to my fragment, but I can't figure out how to do it this way. why? In my header view is a EditText, Button and label. When user presses the button, it takes