1 2 3 4 5 ··· 9 下一页
  2016年1月27日
摘要: android:descendantFocusability Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus. Must be one o 阅读全文
posted @ 2016-01-27 14:47 冲锋的路上的兵 阅读(538) 评论(0) 推荐(0) 编辑
  2015年11月23日
摘要: 1.不同手机 获取手机相册相机问题 2.长图超出android标准无法显示 3.动态图问题 4.ScrollView和其他滑动控件冲突问题 5.动画卡顿问题 6.硬件加速 setlayertype 阅读全文
posted @ 2015-11-23 11:02 冲锋的路上的兵 阅读(158) 评论(0) 推荐(0) 编辑
  2015年5月6日
摘要: Scoket 局域网广播收发public class SocketGroup { public static final int MSG_SEND_SUCCESS = 0; public static final int MSG_SEND_FAILE = 1; public sta... 阅读全文
posted @ 2015-05-06 15:25 冲锋的路上的兵 阅读(379) 评论(0) 推荐(0) 编辑
摘要: //自定义虚线控件 可以动态改变虚线颜色 虚线间距 虚线长度 虚线高度/** * 虚线控件 * */public class DashLineView extends View { /** * 虚线颜色 */ private int dashColor; /** ... 阅读全文
posted @ 2015-05-06 15:12 冲锋的路上的兵 阅读(702) 评论(0) 推荐(0) 编辑
  2015年4月3日
摘要: 最近做了一个界面一个Fragment内嵌套ViewPage,ViewPage里显示多个Fragment,遇到问题的总结。1.在主Fragment初始化适配器要传的FragmentManager 必须是getChildFragmentManager()。 如果使用mActivity.getSuppor... 阅读全文
posted @ 2015-04-03 09:44 冲锋的路上的兵 阅读(919) 评论(0) 推荐(0) 编辑
  2015年2月6日
摘要: eclipse 原版是自带Ant的 ADT需要自己安装解决方法--->https://code.google.com/p/android/issues/detail?id=734271. Help -> Install New SoftWare2. Work With -> "http://down... 阅读全文
posted @ 2015-02-06 10:12 冲锋的路上的兵 阅读(448) 评论(0) 推荐(0) 编辑
  2014年12月28日
摘要: 今日由于项目要求,使用到PhoneGap,以下是PhoneGap的android 环境搭建:1、准备工作: (1)Nodo.js 环境,Java环境,android环境,PhoneGap环境,Ant环境,cordova环境(这个在配置PhoneGap环境会自动装)看到这么做的环境头都晕了,那么一... 阅读全文
posted @ 2014-12-28 01:16 冲锋的路上的兵 阅读(154) 评论(0) 推荐(0) 编辑
  2014年11月29日
摘要: 网上说的去http://www.microsoft.com/en-us/download/confirmation.aspx?id=30679下载64位的vc库都试了 可是wamp还是提醒我缺少,表示很无语在老外的视频里演示竟然你是64位的也安装x86的vc库所以果断试了下,问题解决了附视频网址:h... 阅读全文
posted @ 2014-11-29 17:13 冲锋的路上的兵 阅读(727) 评论(0) 推荐(0) 编辑
  2014年11月10日
摘要: /** * Wifi广播接收 */ private BroadcastReceiver mNetworkStateReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Int... 阅读全文
posted @ 2014-11-10 17:07 冲锋的路上的兵 阅读(489) 评论(0) 推荐(0) 编辑
  2014年10月28日
摘要: package com.bluedragonfly.widget;import android.content.Context;import android.util.AttributeSet;import android.view.View.MeasureSpec;import android.w... 阅读全文
posted @ 2014-10-28 16:26 冲锋的路上的兵 阅读(817) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 9 下一页