码迷,mamicode.com
首页 > 其他好文 > 详细

[日记]2014-9-24.

时间:2014-09-24 20:05:17      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   ar   for   sp   2014   art   cti   

Index:

1.如何释放Bitmap

2.点击空白区域EditText回收键盘

http://blog.csdn.net/mad1989/article/details/25069821

3.使用字体资源时候,如果只有英文字体资源,则在中文设置下最好不要使用该字体,即Code时候做一下简单的判断,只有语言设置为英文时才使用字体资源,否则不使用。

因为设置自定义字体资源时候会通过字体资源创建typeface,然后把typeface设置给TextView,然后TextView绘制时候会根据typeface来计算宽高,那么就会导致TextView计算宽高错误.

 4.通过包名,打开应用程序.

PackageManager packageManager = mContext
.getPackageManager();
Intent intent = packageManager
.getLaunchIntentForPackage(packageName);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);

[日记]2014-9-24.

标签:blog   http   使用   ar   for   sp   2014   art   cti   

原文地址:http://www.cnblogs.com/hellenism/p/3991222.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!