luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Anyway to access EditText inside of the item view holders? #141

Closed joshuaTTL closed 5 years ago

joshuaTTL commented 5 years ago

Hi guys,

I'm working on this great library to build a sectioned fill-in form. It all works well except that I cannot successfully access the EdiTexts inside of my item view holders. Can anyone help me with this issue? I tried findViewHolderForAdapterPosition and findViewHolderForLayoutPosition but they all give me null exceptions. Thanks!

yccheok commented 5 years ago

Please post your minimal working code, then only we can provide you some advice.

luizgrp commented 5 years ago

closing due to inactivity