上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页

2016年2月18日

(转)水波纹过渡特效

摘要: 转载地址: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)

2016年1月28日

(转)android webview用法小结

摘要: 原文地址:http://blog.csdn.net/ethan_xue/article/details/7841431 将webview里常用的东西拿出来分享下 想要webview加载页面,只需webView.loadUrl("http://m.baidu.com");当然别忘了添加网络权限 此时点 阅读全文

posted @ 2016-01-28 09:39 Z2 阅读(277) 评论(0) 推荐(0)

2016年1月27日

清新大气的ListView下拉上拉刷新--第三方开源--PullDownListView

摘要: 下载地址:https://github.com/guojunyi/PullDownListView 使用: xml: <com.pulldownlistview.PullDownListView android:id="@+id/pullDownListView" android:layout_wi 阅读全文

posted @ 2016-01-27 16:25 Z2 阅读(315) 评论(0) 推荐(0)

android不同的按钮一起点击崩溃解决

摘要: public class ButtonUtils { private static long lastClickTime; public synchronized static boolean isFastClick() { long time = System.currentTimeMillis( 阅读全文

posted @ 2016-01-27 16:20 Z2 阅读(690) 评论(0) 推荐(0)

实现多层抽屉菜单,点击其中一项会动画打开该抽屉--第三方开源--MultiCardMenu

摘要: 下载地址:https://github.com/wujingchao/MultiCardMenu ....(Your ChildViews) 阅读全文

posted @ 2016-01-27 12:01 Z2 阅读(304) 评论(0) 推荐(0)

2016年1月21日

影藏软键盘

摘要: public void hideSoftInputView() { InputMethodManager manager = ((InputMethodManager) this.getSystemService(Activity.INPUT_METHOD_SERVICE)); if (getWindow().getAttributes().softInp... 阅读全文

posted @ 2016-01-21 21:31 Z2 阅读(275) 评论(0) 推荐(0)

圆形ImageView(可设置边缘厚度和颜色)--第三方开源--CircleImageView

摘要: 下载地址:https://github.com/hdodenhof/CircleImageView使用的时候直接在xml中: 阅读全文

posted @ 2016-01-21 14:22 Z2 阅读(500) 评论(0) 推荐(0)

2016年1月20日

使文字出现波纹效果--第三方开源--Titanic

摘要: 下载地址:https://github.com/RomainPiel/Titanic使用的时候直接将代码复制过来即可(注意res文件下有张波浪图也要一起复制)xml代码: JAVA代码:titanic = new Titanic();titanic.start(myTitanicTextView);... 阅读全文

posted @ 2016-01-20 21:02 Z2 阅读(766) 评论(0) 推荐(0)

水滴效果的下拉刷新--第三方开源 开源--WaveSwipeRefreshLayout

摘要: 下载地址:https://github.com/recruit-lifestyle/WaveSwipeRefreshLayout直接把代码复制到你的项目于即可使用:使用:在xml中: JAVA代码:mWaveSwipeRefreshLayout = (WaveSwipeRefreshLay... 阅读全文

posted @ 2016-01-20 17:55 Z2 阅读(1492) 评论(0) 推荐(2)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页

导航