SwipeSelector icon indicating copy to clipboard operation
SwipeSelector copied to clipboard

A nicer-looking, more intuitive and highly customizable alternative for radio buttons and dropdowns for Android.

Results 22 SwipeSelector issues
Sort by recently updated
recently updated
newest added

The variable `"currentPosition"` needs to be updated when a SwipeItem programmmatically selected with `selectItemAt()` or `selectItemWithValue() `methods... so that `getSelectedItem()` method correctly retrieves the current selected item if it was...

When we have nothing to add in the desciption, we simply put noting in the filed "desciption" : ``` swipeSelector.setItems( new SwipeItem(0, "1", ""), new SwipeItem(1, "2", ""), new SwipeItem(2,...

the capability to add items to swipe selector at run time! for example when some body chooses some thing from a list, it could be added to swipe selector!

Suppose we have 10 elements in the array. So is there any way to add 10 SwipeItems with the Java code i.e to dynamically add 10 swipeitems ??

Hi! I first set the items on create (5 items) and then later set them again using setItems() (to 2 items). They update the actual objects (Adapter and Viewpager just...

Fix issue #24 Also update dependencies and remove from project IDE files.

Adding setItems overload to support a list of SwipeItem as parameter.

Is there a way to reset the swipeSelector? Either by resetting the swipeSelector and re-setting the SwipeItems or by dynamically changing the SwipeItem data?

Added option to have an image as the title and the description as content description.