摘要: 1. 《TurboChargeYourUI-How to make your AndroidUI fast and efficient》2. 《The World of List View》 阅读全文
posted @ 2015-10-07 13:11 misybing 阅读(161) 评论(0) 推荐(0) 编辑
摘要: app包中的fragment和v4包中的fragment的使用的区别1、尽量不要用app包中的fragment,因为这个是在3.0之后才有的,支持的版本太高,在低版本中是是用不了的2、android.support.v4.app.Fragment:可以兼容到1.6的版本,3、关于这两个fragmen... 阅读全文
posted @ 2015-10-07 10:22 misybing 阅读(1130) 评论(0) 推荐(0) 编辑