上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页
摘要: final Dialog customDialog = new Dialog(this);customDialog.setTitle(R.string.attention);customDialog.setContentView(R.layout.connectionview);ImageView ... 阅读全文
posted @ 2014-09-03 10:47 n1rAy 阅读(602) 评论(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 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: /** * 保存json到本地 * @param mActivity * @param filename * @param content */ public static File dir = new File(Environment.getExter... 阅读全文
posted @ 2014-09-03 10:19 n1rAy 阅读(8791) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Jaylong/archive/2012/09/27/androidUI.htmlhttp://blog.csdn.net/xiaanming/article/details/18730223 阅读全文
posted @ 2014-08-23 16:23 n1rAy 阅读(1932) 评论(0) 推荐(0) 编辑
摘要: 用手工运行msoobe.ext启用配置的方法,快速解决:windows安装程序无法将windows配置为在此计算机的硬件上运行我自己安装碰到的是蓝色这个错误,下面这个也有网友说用安装驱动等方法得以解决。注意:本文主要内容是转自其它网友的,我是在戴尔新本本ins 15r-3521安装win7 64 位... 阅读全文
posted @ 2014-08-23 16:22 n1rAy 阅读(196711) 评论(2) 推荐(6) 编辑
摘要: : textView = (TextView) findViewById(R.id.textview); SpannableStringBuilder builder = new SpannableStringBuilder(textView.getText().toString()); /... 阅读全文
posted @ 2014-08-23 16:21 n1rAy 阅读(370) 评论(0) 推荐(0) 编辑
摘要: // 相对于给定ID控件android:layout_above 将该控件的底部置于给定ID的控件之上;android:layout_below 将该控件的底部置于给定ID的控件之下;android:layout_toLeftOf 将该控件的右边缘与给定ID的控件左边缘对齐;android:l... 阅读全文
posted @ 2014-08-23 16:17 n1rAy 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 在API Demo的View->Animation下可以找到四个Animation的Demo,第一个3D Translate比较复杂,最后再讲,先讲第2个Interpolator。该Activity对应的是view包内的Animation3.java,和layout的animation_3.xml。... 阅读全文
posted @ 2014-08-23 16:14 n1rAy 阅读(5343) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Issacw0ng/SwipeBackLayout 阅读全文
posted @ 2014-08-19 13:43 n1rAy 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 我们做安卓应用的苦逼程序员们常常会需要用到Animation也就是动画。比如做地图功能的时候。我们在手机旋转时需要根据手机重力感应来调整地图的角度,让它上面的“北”一直指向地球的北面。。。好多人做动画的时候会遇到这么两个难题(我也曾经遇到过):1:动画执行完了一遍后又立刻恢复到了初始状态,或者动画只... 阅读全文
posted @ 2014-08-18 17:18 n1rAy 阅读(17919) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页