上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页

2015年5月15日

20150515

摘要: 1.自定义Toast定义toast的时候把根LinearLayout大小设置为宽 250 长50但是背景图片长宽分别为400 200在GraphicalLayout中显示为LinearLayout大小但手机上显示的toast显示的大小为背景图大小解决办法:增加一层layout放背景图2.在Log里面... 阅读全文

posted @ 2015-05-15 13:44 leihupqrst 阅读(113) 评论(0) 推荐(0) 编辑

2015年5月9日

20150509

摘要: 1、浅谈HTTP中Get与Post的区别http://www.cnblogs.com/hyddd/archive/2009/03/31/1426026.html2.代码混淆注意事项:1.android中默认是将代码混淆ProGuard关闭的,在alps/build/core/proguard.fla... 阅读全文

posted @ 2015-05-09 15:20 leihupqrst 阅读(154) 评论(0) 推荐(0) 编辑

2015年5月7日

20150507

摘要: 1.广播是内部类必须声明为static,不然会找不到2.没有title和背景的Dialog的style 3.web应用入门http://thedigger.iteye.com/blog/1629879http://zhidao.baidu.com/link?url=8QxvkRmDs0GHo... 阅读全文

posted @ 2015-05-07 09:44 leihupqrst 阅读(131) 评论(0) 推荐(0) 编辑

2015年4月29日

好用的log打印类

摘要: package com.huawei.network.ott.weixin.util;import android.util.Log;public final class DebugLog { /** * 描述级别的日志标识,该级别为日志最低级别,发布时将关闭 */ public static ... 阅读全文

posted @ 2015-04-29 15:57 leihupqrst 阅读(269) 评论(0) 推荐(0) 编辑

20150429

摘要: 1.NDK开发环境搭建_r8http://www.cnblogs.com/baronzhao/archive/2012/07/10/2585181.htmlhttp://doc.okbase.net/common1140/archive/102555.htmlhttp://jingyan.baidu... 阅读全文

posted @ 2015-04-29 15:56 leihupqrst 阅读(118) 评论(0) 推荐(0) 编辑

Caused by: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application

摘要: 在广播中启动一个Dialog时出现如下错误信息:Caused by: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application在代码中添加了di... 阅读全文

posted @ 2015-04-29 14:46 leihupqrst 阅读(2234) 评论(0) 推荐(0) 编辑

2015年4月23日

不错的apk下载参考代码

该文被密码保护。 阅读全文

posted @ 2015-04-23 15:47 leihupqrst 阅读(4) 评论(0) 推荐(0) 编辑

2015年4月6日

word无法切换中文输入法的解决方法

摘要: 问题:在word编辑文字的时候,莫名其妙地出现只能输入英文字母无法输入中文的现象,输入法状态条也不显示,而输入法是正常的(在其他编辑器中可正常输入汉字)解决方法如下:word 2003:菜单工具-选项-编辑-不要勾选‘输入法控制处于活动状态’word 2007:菜单(可以点击word左上角的offi... 阅读全文

posted @ 2015-04-06 16:12 leihupqrst 阅读(726) 评论(0) 推荐(0) 编辑

20140917设置动态壁纸

摘要: Manifest.xml中: 选中设置中的条目: Activity activity = getActivity(); PreferenceScreen s... 阅读全文

posted @ 2015-04-06 15:50 leihupqrst 阅读(225) 评论(0) 推荐(0) 编辑

2015年4月4日

你真的了解try{ return }finally{}中的return?

摘要: http://www.cnblogs.com/averey/p/4379646.html 阅读全文

posted @ 2015-04-04 14:14 leihupqrst 阅读(120) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页

导航