
fragment
沐怡旸--指针诗笺
路漫漫其修远兮,吾将上下而求索
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Fragment嵌套时注意点
final public FragmentManager getChildFragmentManager()Return a private FragmentManager for placing and managing Fragments inside of this Fragment.You are attempting to use fragments nested within o原创 2015-05-15 15:05:31 · 1310 阅读 · 0 评论 -
Fragment中调用onActivityForResult处理
The activity hosting this fragment has its onActivityResult called when the camera activity returnsMy fragment starts an activity for result with the intent sent for the camera to take a picture. The p转载 2015-05-18 15:05:05 · 5534 阅读 · 0 评论 -
Fragment生命周期
onAttach Called when a fragment is first attached to its activity onCreate Called to do initial creation of a fragment Note that this can be called while the fragment’s activity is s原创 2015-05-18 20:51:48 · 736 阅读 · 0 评论