在所有活动上应用抽屉

时间:2015-07-01 01:55:01

标签: android android-fragments android-intent navigation-drawer material-design

我正在尝试使用mikepenz material drawer on github。我的问题是如何从现有的活动中进行其他活动。还应用了导航抽屉吗?我试过用这个Intent intent = new Intent(getActivity(), try2.class); startActivity(intent); 但它不起作用。我想将现有活动导航到新活动。

1 个答案:

答案 0 :(得分:0)

一个快速的解决方案是创建一个实现抽屉的BaseActivity 让您的所有活动实现BaseActivity。