ApiDemo
文章平均质量分 76
铁血男儿王刚蛋
生命如此短暂,及时行乐
展开
-
ApiDemo-AnimationSeeking
效果图原创 2017-03-03 16:31:28 · 334 阅读 · 0 评论 -
ApiDemo--Animation/Seeking
效果图自定义的小球 public class MyAnimationView extends View implements ValueAnimator.AnimatorUpdateListener,Animator.AnimatorListener { private static final float BALL_SIZE = 100f; public fina原创 2017-03-03 16:56:31 · 287 阅读 · 0 评论 -
学习笔记之Dialog,Toast,SnackBar
学习笔记之Dialog,Toast,SnackBarDialogAlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setTitle("Title") .setMessage("Dialog content.") .setPositiveButton("OK",原创 2016-08-29 15:05:38 · 501 阅读 · 0 评论 -
ApiDemo-BouncingBalls
效果图: 1.在触发down或者move事件的时候,会生成小球,并开始动画, 2.背景的颜色一致变换的动画首先实现背景变换的动画private static final int RED = 0xffFF8080; private static final int BLUE = 0xff8080FF; private static final int CYAN = 0xff80ffff; priv原创 2017-03-06 16:16:17 · 310 阅读 · 0 评论