2016年3月30日
摘要: Android LayoutInflater详解 在实际开发中LayoutInflater这个类还是非常有用的,它的作用类 似于findViewById()。不同点是LayoutInflater是用来找res/layout/下的xml布局文件,并且实例化;而 findViewById()是找xml布 阅读全文
posted @ 2016-03-30 17:00 oooo呼呼 阅读(137) 评论(0) 推荐(0) 编辑