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.
I want to implement a GestureDector for videoview insted for an activity.Is there any way?Plase provide some help
您可以在视图中构造一个 GestureDetector,将视图的 getContext() 传递给它。有很多与捏缩放相关的例子,他们就是这样做的。