Android onFling not responding

后端 未结 5 1644
野的像风
野的像风 2020-12-30 13:28

I am new to android first of all so think of any newbie mistakes first

I am trying to add a fling function in my code.

public class MainGamePanel ext         


        
5条回答
  •  长发绾君心
    2020-12-30 14:07

    Ideally we should not be.. GestureDetector works differently when associated with Activity Vs when it is associated with View. There is already an issue reported.. click here for more details.

提交回复
热议问题