Reordering Lists like playlists in the media player

只谈情不闲聊 提交于 2019-12-03 15:03:05
CommonsWare

However, I am not having any luck finding any clues to help me add that functionality into my program.

If you want the functionality from the Music application (which, by the way, is not named "MediaPlayer"), go look at its source code. Here is a StackOverflow question with answers that point you to the specific class (TouchInterceptor) that enables the drag-and-drop.

The question is whether I can use existing functions to help me, or do I need to manually program motion events and such until I get nearly the same functionality.

If you are looking for a widget with built-in drag-and-drop, there is none in the SDK.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!