I saw iphone users remove from lists - usually this is a swipe action and then shows the minus / delete button.
I understand that for Android applications on Android it is impossible counterproductive, because Android users do not know this.
I don't want to do this, I just don't know a better / intuitive way to remove from the list.
I previously preferred to make "longclicks" in listview elements that will display alertdialog if you want to remove or do other things, but this is never obvious.
I saw the delete buttons that appear in each view, but this contradicts the layout of the list in a way that was not considered in wireframes.
What is a good intuitive way to allow the user to remove items from lists in android?
source
share