1. 首页
  2. 编程语言
  3. 其他
  4. Android 电子钢琴源码.zip

Android 电子钢琴源码.zip

上传者: 2019-09-23 11:12:35上传 ZIP文件 1.6MB 热度 39次
这个小例子主要用到android手势部分和Mediaplayer部分的知识。手势部分没啥问题,我们可以通过MotionEvent中定义的EventCode来判断当前手势的状态(按下或者释放等)imageButton_white1.setOnTouchListener(newView.OnTouchListener(){publicbooleanonTouch(Viewview,MotionEventmotionEvent){if(motionEvent.getAction()==MotionEvent.ACTION_DOWN){play(R.raw.white1);//这个时候创建播放要用的资源文件imageB
用户评论