2016年2月18日

点击水波纹效果实现,逻辑清晰实现简单

摘要: import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics. 阅读全文

posted @ 2016-02-18 16:58 Z2 阅读(538) 评论(0) 推荐(0)

ViewPager渲染背景颜色渐变(引导页)--第三方开源--ColorAnimationView

摘要: 下载地址:https://github.com/TaurusXi/GuideBackgroundColorAnimation 使用方法如下: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:t 阅读全文

posted @ 2016-02-18 16:08 Z2 阅读(563) 评论(0) 推荐(0)

(转)水波纹过渡特效

摘要: 转载地址:http://blog.csdn.net/qq_26787115/article/details/50439020 先看效果图: 我们先创建一个UIUtils,转换一些单位: package com.lgl.test; import android.content.Context; imp 阅读全文

posted @ 2016-02-18 15:10 Z2 阅读(629) 评论(0) 推荐(0)

二维码的扫描和生成--第三方开源--ZXing

摘要: ZXing的二维码功能的提取lib下载地址:https://github.com/xuyisheng/ZXingLib 1.扫描二维码: 我们扫描就是要用到这个CaptureActivity类,直接把上面下载地址里面下载了里面的libzxing作为Module,如下图: 首先加上权限: <!-- 相 阅读全文

posted @ 2016-02-18 12:00 Z2 阅读(15293) 评论(1) 推荐(2)

导航