Moving drawable follow the finger

前端 未结 2 559
一生所求
一生所求 2021-01-07 11:23

I have class that extends View.

private class Draw2D extends View{
             public Draw2D(Context context) {
        super(context);
              }

            


        
2条回答
  •  爱一瞬间的悲伤
    2021-01-07 12:03

    These Youtube tutorials do just this;

    Link: https://buckysroom.org/videos.php?cat=6

    Just watch the tutorials 71, 72 and 73 and it should work.

提交回复
热议问题