摘要:
一、简介 1、android五大布局:LinearLayout 、TableLayout、RelativeLayout、FrameLayout、AbsoluteLayout 2、 LinearLayout以你为它设置的垂直或水平的属性值,来排列所有的子元素。所有的子元素都被堆放在其它元素之后,因此一个垂直列表的每一行只会有一个元素,而不管他们有多宽,而一个水平列表将会只有一个行高(高度为最高... 阅读全文
摘要:
讲解Context的一篇不错的文章http://www.cppblog.com/life02/archive/2012/03/19/168328.aspx 调用service时需要一个Context实例! 1 2 3 4 ... 阅读全文