2014年7月11日

加载:Android Activity加载完成事件

摘要: 有时我们在onCreate或者onStart中获取控件的高度时获取的都是0,因为控件还没有初始化完毕。android给开发者提供了一个方法,可以解决这个问题,这个方法就是onWindowFocusChanged()相关执行打印:1: entry: onStart---->onResume---->o... 阅读全文

posted @ 2014-07-11 22:12 veins 阅读(1716) 评论(0) 推荐(0) 编辑

android appwidget笔记

摘要: 一:实现一个Activity配置widget(1):在widget配置文件中加入如下代码:[html]view plaincopy(2):在Activity中加入如下代码:[java]view plaincopyIntentlaunchIntent=getIntent();Bundleextras=... 阅读全文

posted @ 2014-07-11 20:06 veins 阅读(357) 评论(0) 推荐(0) 编辑

Converting Image URL to Bitmap

摘要: This post is for anyone who has ever wanted to load an image from a given URL and turn it into a Bitmap which you can then use to set as an ImageView’... 阅读全文

posted @ 2014-07-11 16:53 veins 阅读(207) 评论(0) 推荐(0) 编辑

导航