Roy Liao

Results 25 comments of Roy Liao

Its not clear what you want to achieve. I assume you want one group can be opened only. Override the method: ```java @Override public boolean onCheckCanExpandOrCollapseGroup(GroupViewHolder holder, int groupPosition, int...

OK. I found it. It is in `RecyclerViewExpandableItemManager's getFlatPosition`

This works for me. mRvExpItemMgr.expandGroup(groupPosition); final int adapterPos = mRvExpItemMgr.getFlatPosition(RecyclerViewExpandableItemManager.getPackedPositionForChild(groupPostion, childPosition)); mRv.smoothScrollToPosition(adapterPos);

Just came across another issue. The first solution does not work well if I need to change the data set. So I put data item id in the ViewHolder rather...

Same problem here. I am wondering if this is because I have not yet uploaded my app to app store? But really do not want to do that before I...

Just wondering if this has been updated? Just came across this issue.

Exactly have the same issue. The decoration is not animated along with item views.

call this after setViewPager fixes for me. `stl.post({ stl.requestLayout() })`