【问题标题】:I want to use activity instead of fragments in navigation activity?我想在导航活动中使用活动而不是片段?
【发布时间】:2018-01-15 15:03:37
【问题描述】:

当我创建导航活动时,我总是使用片段。 但现在我想使用活动而不是那个。 有可能吗?

【问题讨论】:

    标签: android android-activity navigation-drawer android-fragmentactivity


    【解决方案1】:

    当然可以, 只需使用 Intent 开始新活动:

    Intent i = new Intent(getApplicationContext(), SecondScreen.class);
    StartActivity(i);
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-01-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多