732003684

导航

2013年8月2日 #

intellij idea 初步环境熟悉

摘要: 刚进来天渔项目组,连开发环境都是新的,学习至上so从eclipse过度过来还是有段时间的,期间虽然懵懂,但是也要坚持不耻下问好了一下是idea的官网http://confluence.jetbrains.com/display/IntelliJIDEA/Importing+a+Project+from+Eclipseeclipse用.project来识别project,新建完idea项目发现有这个原来跟.project有相似之处 阅读全文

posted @ 2013-08-02 17:46 732003684 阅读(262) 评论(0) 推荐(0) 编辑

2013年7月31日 #

一个比较综合的项目--》>图片缓存,下拉刷新等

摘要: 在办公室电脑(E:\workspace\23\Collections) 阅读全文

posted @ 2013-07-31 14:28 732003684 阅读(133) 评论(0) 推荐(0) 编辑

写的很好的博客->有关性能优化、图片缓存等

摘要: http://www.trinea.cn/android/textview%E6%B7%BB%E5%8A%A0%E9%93%BE%E6%8E%A5/ 阅读全文

posted @ 2013-07-31 14:05 732003684 阅读(128) 评论(0) 推荐(0) 编辑

layout优化之-》viewStub,requestFocus,merge,include

摘要: http://hexen.blog.51cto.com/1110171/820197 阅读全文

posted @ 2013-07-31 11:43 732003684 阅读(147) 评论(0) 推荐(0) 编辑

2013年7月30日 #

有关ActionBar

摘要: http://www.2cto.com/kf/201206/136813.html 阅读全文

posted @ 2013-07-30 10:31 732003684 阅读(109) 评论(0) 推荐(0) 编辑

android:installLocation 解析

摘要: 决定了apk安装位置有三个选项:1、auto 2、internalOnly 3、preferExternalhttp://www.cnblogs.com/Lefter/archive/2012/03/07/2383962.htmlauto:程序可能被安装在外部存储介质上(例如:SD Card),但是默认会被安装到手机内存中.当手机内存为空时,程序将被安装到外部存储介质上.当程序安装到手机上后,用户 可以决定把程序放在外部储介质还是内存中.internalOnly:默认值.当设置为该值时,程序只能被安装在内存中,如果内存为空,则程序将不能成功安装.preferExternal:将程序安... 阅读全文

posted @ 2013-07-30 09:40 732003684 阅读(275) 评论(0) 推荐(0) 编辑

2013年7月29日 #

Android开发效率—Eclipse快捷键

摘要: http://www.cnblogs.com/lm3515/archive/2011/03/16/1985671.html 阅读全文

posted @ 2013-07-29 09:35 732003684 阅读(128) 评论(0) 推荐(0) 编辑

2013年7月5日 #

[转] 使用反射机制控制Toast的显示时间

摘要: 大体上说就是利用toast的内部类TN 来控制show和hide ,这是一个反射机制怎么控制toast的显示时间呢?这个就是通过tn类的show和hide的方法http://blog.csdn.net/droid_zhlu/article/details/7685084 阅读全文

posted @ 2013-07-05 10:00 732003684 阅读(495) 评论(0) 推荐(0) 编辑

2013年7月2日 #

严苛模式

摘要: http://blog.csdn.net/brokge/article/details/8543145 阅读全文

posted @ 2013-07-02 10:32 732003684 阅读(104) 评论(0) 推荐(0) 编辑

android 代码优化

摘要: http://android.tgbus.com/Android/androidnews/200812/172247.shtmlhttp://blog.163.com/jzq_520/blog/static/119311262201151064051362/http://www.eoeandroid.com/thread-245579-1-1.html 阅读全文

posted @ 2013-07-02 09:53 732003684 阅读(159) 评论(0) 推荐(0) 编辑