首页 > TAG信息列表 > Androi
Androi Studio 之 LinearLayout 和 RelativeLayout
LinearLayout •常用属性 Weight(转载) •概念 Indicates how much of the extra space in the LinearLayout is allocated to the view associated with these LayoutParams. Specify 0 if the view should not be stretched. Otherwise the extra pixels will be有心贪得无厌,无心万念俱灰
人大抵都贪心不足,轻易握在掌中的,常不觉欢喜,总对得不到的趋之若鹜,到头来,得不到的还是得不到,待杜鹃啼血,百转千回,直把那万般风景都看透了,再蓦然回首,方惊觉,原握掌中的已不在灯火阑珊处。 朱颜辞镜花辞树,到底人间留不住。 生而为人,就要活的有理想,有信念,有胆识,有文Androi基础复习之服务(Service)
Androi基础复习之服务(Service) 作者:朱红喜 1.服务的生命周期 1.概述 2.生命周期方法 方式一 onBind()//抽象方法必须重写,但是方式一下不需要用到它,返回一个null对象即可 onCreate()//Service创建时调用 onStartCommand()//每次服务被启动时调用 onDestroy()//服务被销