Add swipe menu to recyclerview
Budget: $10 – $30 USD
Hi,
I am working on a project that needs a swipe menu for items in the recyclerview. I am using Kotlin and need a solution in it only.
I can get the swipe menu with background layout and also with itemtouchlistener, but the problem I'm having is with getting the items to show in the following fashion.
Here are the requirements:
1. Add a custom list of menus on both right and left of the item inside the recycler view.
2. I want the menus to populate one at a time as if they are coming from the edge of the screen.
3. For some items, I have two options on the right and three on the left, and for other the option count varies. I swipe threshold should be maintained to options along with item - that means I don't want to full swipe. However, if the user swipe above second threshold (greater than the first one), I will need the item removed.
3. Each item have different menu items
With some digging, I can get this done, but I am constrained with time.
Let me know if you can get this done today.
Thanks.
I am working on a project that needs a swipe menu for items in the recyclerview. I am using Kotlin and need a solution in it only.
I can get the swipe menu with background layout and also with itemtouchlistener, but the problem I'm having is with getting the items to show in the following fashion.
Here are the requirements:
1. Add a custom list of menus on both right and left of the item inside the recycler view.
2. I want the menus to populate one at a time as if they are coming from the edge of the screen.
3. For some items, I have two options on the right and three on the left, and for other the option count varies. I swipe threshold should be maintained to options along with item - that means I don't want to full swipe. However, if the user swipe above second threshold (greater than the first one), I will need the item removed.
3. Each item have different menu items
With some digging, I can get this done, but I am constrained with time.
Let me know if you can get this done today.
Thanks.
Related categories:
Kotlin