api 及 framework 理解
文章平均质量分 79
多格AI零代码
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android:launchMode
android:launchMode描述Activity 如何启动的指令,结合 Intent的FLAG_ACTIVITY_*来确定Activity如何的启动意图。 它们分别是:-standard (默认) -singleTop -singleTask -singleInstance模式主要分为2组: standard与singleTop。被标记为standard与singleTop的A翻译 2016-02-16 13:34:01 · 681 阅读 · 0 评论 -
FragmentManager API
FragmentManagerClass Overviewandroid.support.v4.app.FragmentManager用于兼容3.0之前的版本。如果你使用的版本大于3.0,并且你使用的是 support包下的 FragmentManager ,那么框架并不会切换使用android.app.FragmentManager的实现方式。android.app.FragmentManag翻译 2016-02-06 14:25:35 · 820 阅读 · 0 评论 -
android:windowSoftInputMode
android:windowSoftInputModeHow the main window of the activity interacts with the window containing the on-screen soft keyboard. The setting for this attribute affects two things:The state of the转载 2016-01-25 18:08:24 · 819 阅读 · 0 评论 -
Android layout_weight理解
public float weightAdded in API level 1Indicates how much of the extra space in the LinearLayout will be allocated to the view associated with these LayoutParams. Specify 0 if the view shoul原创 2014-01-24 21:20:15 · 945 阅读 · 0 评论
分享