CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

how can i use custom bean(modal) in StackAdapter

Open bilalkhan90090 opened this issue 6 years ago • 1 comments

right now i want to use ArrayList<UserBean> instant of Integer in your mTestStackAdapter.updateData(Arrays.asList(TEST_DATAS)); method so please gide me how can i do that?

bilalkhan90090 avatar May 02 '19 11:05 bilalkhan90090

Import all the library files in your project and edit TestStackAdapter file

example: public TestStackAdapter(Context context,List<CustomBean> customBean) { super(context,customBean); }

Nitishreddy787 avatar May 15 '20 03:05 Nitishreddy787