I am trying to implement scrolling using DragShadowBuilder but when scrollBy is invoked by my LOCATION drag event, all other drag events are delayed until some time after the view has scrolled specifically they are delayed anywhere from 1 second to 4 seconds after scrolling has started if I do not invoke scrollBy then my ..
Category : drag-event
The onDragListener without parameters works properly app:onDragListener="@{() -> viewModel.dragListenerFive()}" fun dragListenerFive():Boolean{ return true } but just as this one doesn’t work, because I need the dragEvent object, and that’s where I can’t, someone knows how it’s done? Source: Android..
Recent Comments