hamsterready/android-accordion-view

programmatically collapsing and expanding the accordian

nishant-6585 opened this issue · 1 comments

I want to collapse and expand the accordian dynamicaly. what I need to do in my code?

@nkumar-abs use toggleSection(int position) or setVisibility(int position, GONE|VISIBLE).