Android drag and drop issue with sending DragEvents -


i integrated drag , drop framework in project. in layout have own custom grid of cells want able drag swipe order of them or put 2 in folder.

to achieve did build custom relativelayout , override ondragevent() callback.

basically working fine, have issues when in dragging process put 2 cells big folder .

this folder in layout start of process gone visibility ,and change visibility visible copy of cells. problem relativelayout folder have issues stream of drag events. stream stop , continue if stop movement time.

i think of moving dragging logic parent 1 view event prefer find solution , stay logic because taking advantage framework data view below dragging view.

after lot of tries , research found out drag , drop framework stops send of dragevents when alpha prperty of view different 1.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -