Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一位朋友让我为他制作一个简单的 android 拖放投票。由于我是 Android 的初学者,而且一般都在编程,所以我不知道如何处理这样的任务。我尝试使用 LayoutParams 和 TranslateAnimations,但这是一条死胡同。
谁能给我关于如何解决这个问题的提示或提示(或易于使用的库)?
- 我只需要垂直拖动项目。
先感谢您!
There are some examples for this:
TouchListView.java
Drag-And-Drop-Android
TouchInterceptor.java