CardStackView
CardStackView copied to clipboard
how can i use custom bean(modal) in StackAdapter
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?
Import all the library files in your project and edit TestStackAdapter file
example: public TestStackAdapter(Context context,List<CustomBean> customBean) { super(context,customBean); }