会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feitianlee
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2014年8月14日
一个对象是否能够引用该类其他实例的私有成员?
摘要: 如下代码是否能被编译通过?private class Firework { private double weight = 0; private boolean compare(Firework work) { return weight == work.weight; ...
阅读全文
posted @ 2014-08-14 08:44 feitianlee
阅读(228)
评论(0)
推荐(0)
2014年8月7日
圆角图标
摘要: public static Bitmap getCircleBitmap( Bitmap sourceBitmap) { if(null == sourceBitmap) { return null; } Bitmap output = Bitmap.createB...
阅读全文
posted @ 2014-08-07 16:03 feitianlee
阅读(508)
评论(0)
推荐(0)
2014年8月4日
android.content.ReceiverCallNotAllowedException问题解决
摘要: 动态注册BroadcastReceiver时有时候会遇到这个异常:android.content.ReceiverCallNotAllowedException: BroadcastReceiver components are not allowed to register to receive ...
阅读全文
posted @ 2014-08-04 14:55 feitianlee
阅读(2527)
评论(0)
推荐(0)
2014年7月28日
list view item高度设置
摘要: 如何设置list view中的item的高度呢?示例如下: //直接在这里设置高度是不会生效的。 按照如下修改: 另外,如何避免list view adapter反复getivew?list view在layout种设置时width/height 为match_parent. 或...
阅读全文
posted @ 2014-07-28 15:17 feitianlee
阅读(1589)
评论(1)
推荐(0)
上一页
1
2
3
公告