android 开发资料收集

Android 解屏幕锁与点亮屏幕:键盘锁(KeyguardManager),屏幕锁(PowerManager)
[url]http://407827531.iteye.com/blog/1124489[/url]

home键的捕获:
[url]http://www.linuxidc.com/Linux/2011-10/46150.htm[/url]

Android中attr自定义属性详解:
[url]http://googlers.iteye.com/blog/1122585[/url]

Drawable Mutations(Android Drawable 深入分析)
[url]http://www.cnblogs.com/lbeing/archive/2011/06/13/2080168.html#expandSource[/url]
bmpDrawable.mutate().setAlpha(255);
bmpDrawable.mutate().setAlpha(70);
总是创建新的BitmapState,也可以这么做
if (a255Drawable == null) {
a255Drawable = bmpDrawable.getConstantState().newDrawable().setAlpha(255);
}
if (a70Drawable == null) {
a70Drawable = bmpDrawable.getConstantState().newDrawable().setAlpha(70);
}

关于android中使用很多大图片的一些做法
[url]http://blog.csdn.net/micro_rat/article/details/6307067[/url]

ViewStub控件的使用
[url]http://www.cnblogs.com/lbeing/archive/2011/06/14/2081021.html[/url]

一个不错的博客:
[url]http://blog.csdn.net/xyz_lmn/article/list/1[/url]

TextView:
[url]http://patmusing.blog.163.com/blog/static/13583496020114604941475/[/url]

EditText:
[url]http://blog.csdn.net/pathuang68/article/details/6401111[/url]

Android 4.0的图形硬件加速及绘制技巧
[url]http://mobile.51cto.com/hot-302203.htm[/url]

解决bitmap内存溢出问题
[url]http://yueguc.iteye.com/blog/1051966[/url]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值