摘要: /** Custom your own ViewPager to extends support ViewPager. java source: *//** Created by azi on 2013-6-21. */package com.chaokuadi.android.support.v... 阅读全文
posted @ 2014-09-03 11:17 n1rAy 阅读(585) 评论(0) 推荐(0) 编辑
摘要: AnimationSet提供了一个把多个动画组合成一个组合的机制,并可设置组中动画的时序关系,如同时播放,顺序播放等。 以下例子同时应用5个动画:播放anim1;同时播放anim2,anim3,anim4;播放anim5。AnimatorSet bouncer = new AnimatorSet... 阅读全文
posted @ 2014-09-03 11:16 n1rAy 阅读(1700) 评论(0) 推荐(0) 编辑
摘要: From :http://blog.csdn.net/forlong401/article/details/25459403?c=6c4cd677a617db4655988e41ee081691#t7Android开源项目分类汇总欢迎大家推荐好的Android开源项目,可直接Commit或在收集&提... 阅读全文
posted @ 2014-09-03 10:48 n1rAy 阅读(591) 评论(0) 推荐(0) 编辑
摘要: final Dialog customDialog = new Dialog(this);customDialog.setTitle(R.string.attention);customDialog.setContentView(R.layout.connectionview);ImageView ... 阅读全文
posted @ 2014-09-03 10:47 n1rAy 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 〔Radio Commands (" Z "键) - 无线电指令〕1."Cover me" (掩护我)2."You Take The Point"(你守住这个位置)3."Hold This Position"(各单位保持现在的位置)4."REGROUP TEAM"(重新组队),队友过于分散的时候可以... 阅读全文
posted @ 2014-09-03 10:25 n1rAy 阅读(1442) 评论(0) 推荐(0) 编辑
摘要: /** * 保存json到本地 * @param mActivity * @param filename * @param content */ public static File dir = new File(Environment.getExter... 阅读全文
posted @ 2014-09-03 10:19 n1rAy 阅读(8796) 评论(0) 推荐(0) 编辑