Antwan Alhaddad
Antwan Alhaddad
Hey i have added PEW image view in StickyHeaderExpandable List view but i noticed that the effect doesn't work have you figured out the issue?
@hishamBakr Have you solved your issue yet, it so bad decision to replace glide with any other image loader
Hey amng what is "standard_form_list" parameter?
i have solved it with this android:groupIndicator="@null" to the list view
Thanks amng the problem solved.
Hey guys, have you figured how to add animation yet??
When i set the android:dividerHeight="0dp" or stickyListHeadersListView.setDivider(null); i got the divider hidden but there is an issue that each section show just the first item any help?
i have solved this issue by looping over all headers and collapse them manually for (int i = 1; i < list.size(); i++) { if (!expandableStickyList.isHeaderCollapsed(adapter.getHeaderId(i))) { expandableStickyList.collapse(adapter.getHeaderId(i)); } }
Hey man have you achieved this and if not how list instance from the adapter have you passed it as a parameter?