滑动视图/标签的代码有什么作用?

时间:2014-07-13 23:50:12

标签: java android android-fragments swipeview

我正在使用Android Studio中的滑动视图和标签浏览,在寻找在线帮助时,我发现了以下代码:

public static player newInstance(int sectionNumber) {

    player fragment = new player();
    Bundle args = new Bundle();
    args.putInt(ARG_SECTION_NUMBER, sectionNumber);
    fragment.setArguments(args);

    return fragment;
  }

但是,当我删除此代码时,应用程序按预期工作。

你能否告诉我这段代码到底在做什么,因为我只是一个初学者

非常感谢

1 个答案:

答案 0 :(得分:0)

int是对播放器片段的额外解析。在代码中,您只需实例化一个新的片段播放器。没什么了