如何使用navigationDrawer启动活动?

时间:2016-03-14 15:39:28

标签: android android-intent navigation-drawer

我使用没有NavigationDrawer的活动,我需要使用NavigationDrawer传入活动。

我尝试使用此代码:

Intent in = new Intent(this,NavigationDrawer.class);
startActivity(in);

logcat 告诉我这个错误:

enter image description here

enter image description here

有什么问题?

0 个答案:

没有答案