摘要: android textview 添加下划线 中划线 删除线tv=(TextView)findViewById(R.id.tvId); tv.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG); //删除线//Paint.UNDERLINE_TEXT_FLAG 下划线 可以测试其他的自己从数组中删除元素的方法(TextView.class 4945行),用了修改Drawable的state。 final int length = drawableState.length; for (int i = 0; i < length; i... 阅读全文
posted @ 2014-02-20 17:58 huiyh 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 使用CursorLoader代替startManagingCursorandroid的CursorLoader用法小结http://blog.csdn.net/maybe_windleave/article/details/8943885 ViewStub的应用http://blog.csdn.net/hitlion2008/article/details/6737537 阅读全文
posted @ 2013-09-24 11:48 huiyh 阅读(239) 评论(1) 推荐(0) 编辑
摘要: 在推动技术变革上,开源运动发挥了非常显著的作用。而Linux成功地将开源转换成商务模式,给广大开源工作者带来了更大的信心和勇气。目前,开源已成为主流,在未来的几年内,它的足迹将会遍布前沿教育、航空航天(如无人驾驶飞机)等许多领域。借鉴现有的开源项目或开源代码,对于初级开发者来说,不失为一种很好的编程手段,但千万不要单纯地"用",更多地是理解与提升,这样才会进步。下面为大家介绍6款源码搜索引擎,让你... 阅读全文
posted @ 2013-08-27 19:40 huiyh 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 带分割线的EditText http://renxin-327666062-qq-com.iteye.com/blog/1666694 说明 : Android自定义EditText,实现分割输入内容效果 EditText使用技巧//文本以密码形式显示 mEditTextView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_T... 阅读全文
posted @ 2013-08-26 16:15 huiyh 阅读(172) 评论(0) 推荐(0) 编辑
摘要: android图像处理系列之四--给图片添加边框(上)http://www.oschina.net/question/157182_40586 android图像处理系列之六--给图片添加边框(下)-图片叠加http://www.oschina.net/question/157182_40590 Android给图片加边框(上) http://blog.sina.com.cn/s/bl... 阅读全文
posted @ 2013-07-25 14:23 huiyh 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://www.ibm.com/developerworks/cn/rational/model-driven-development-speed-delivery/index.html IBM Rational Rhapsody 入门指南 http://www.ibm.com/developerworks/cn/rational/09/rationalrhapsodygettings... 阅读全文
posted @ 2013-07-15 23:04 huiyh 阅读(425) 评论(0) 推荐(0) 编辑