nemanja-kovacevic / recycler-view-swipe-to-delete

Sample project showing "swipe to delete" on a recycler view with no 3rd parties involved. It also include drawing on empty space while items are animating and an "undo" option
334 stars 94 forks source link

Example of Swipe and Press button #5

Open grafikkaos opened 7 years ago

grafikkaos commented 7 years ago

Hi,

I am venturing into Android development. Do you have an example where when a user swipes, a button is revealed and the user is allowed to press the button?

Thanks.