i am creating a recyclerView list with swipe functionality , the implementation which i want is when the user swipe or click the button over recyclerView item , that item should swipe about 200px and represent the two button behind it which should be horizontally align , also i wan to add animation on swipe and un-swipe
i tried item touch helper class and have done the UI to display two button horizontally but the problem which i’m facing is in swipe functionality , its not working properly , is there any guide from where i can get help , thanks