摘要: eclipse工程 阅读全文
posted @ 2011-09-15 17:34 yiyayiyayo 阅读(85) 评论(0) 推荐(0)
摘要: Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE ... 阅读全文
posted @ 2011-09-15 00:15 yiyayiyayo 阅读(239) 评论(0) 推荐(0)
摘要: By: 海市蜃楼 | In:Android乱弹|Android开发19十一2009从new BufferedReader(new InputStreamReader(conn.getInputStream()))想到的?晚上睡在床上,这一小段代码在我的脑海里不断浮现,因为它看上去有些相似(在设计模式中的看到过类似),但是实在想不起与那个模式相似了?翻开设计模式书,已经好久没有看到过本书了,说实话对这本书中的大多数还不是很了解,但是此刻看到能让我想到了,说明这个模式给我留下了深刻的影响。翻开书找了半天,我一直以为是Strategy,后来看了下不是的,从头看到尾,终于找到了Decorator(装饰 阅读全文
posted @ 2011-08-31 15:24 yiyayiyayo 阅读(1454) 评论(0) 推荐(0)
摘要: copy system.img to your avd directorystart the emulator with emulator -avd youravdname -partition-size 128adb remount rwadb shell rm /system/app/SdkSetup.apkadb push . /system/app/ (push the google services apk files to "/system/app/")close emulator and delete "userdata-qemu.img" 阅读全文
posted @ 2011-08-14 15:22 yiyayiyayo 阅读(224) 评论(0) 推荐(0)