摘要: 转载https://www.cnblogs.com/benhero/p/4377374.html import android.graphics.PointF;import android.view.animation.Interpolator;/** * 缓动三次方曲线插值器.(基于三次方贝塞尔曲 阅读全文
posted @ 2019-11-22 16:54 秋秋QAQ 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 网上大多的多宫格抽奖都是自定义view,如果view的布局不一样而且太多的话容易出现oom,不好管理 结合RecyclerView实现多宫格抽奖 效果图如下 满足所有矩形多宫格抽奖 9宫格 16宫格 25宫格 也可以不是正方形 比如 4行5列 acitivity的xml <android.suppo 阅读全文
posted @ 2019-11-22 16:45 秋秋QAQ 阅读(591) 评论(0) 推荐(0) 编辑
摘要: [转载 https://www.jianshu.com/p/43890a928b76] 效果如图 : 因为之前的反转内容比较多 我简单整理了一下成为一个工具类 import android.animation.Animator;import android.animation.AnimatorInf 阅读全文
posted @ 2019-11-22 11:07 秋秋QAQ 阅读(485) 评论(0) 推荐(0) 编辑