macroid icon indicating copy to clipboard operation
macroid copied to clipboard

How to manipulate ListView Adapter from the SlottedListable

Open asabadyr opened this issue 7 years ago • 0 comments

We need to remove an element from the list adapter via onClick for a button that is a widget inside the row. Banging my head around different options but none is working. Ideally we should access a ListView and get adapter from it to remove item from it and trigger notification to the ListView that data is changed. But the problem is that we can't access ListView from within the Object that is inherited from SlottedListable

asabadyr avatar Dec 18 '17 23:12 asabadyr