You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use it like this below:
list.setItemActionListener(new ActionSlideExpandableListView.OnActionClickListener() {
.......
}, R.id.xxx, R.id.xxxxx);
The problem is : when i have many click ids, and the click ids are added Dynamic。
how can i do ?