赞
踩
i hope you can help me with this. i am new into android
i am trying to solve this problem but i couldnt
the problem when i declared this method
public void onNavigationDrawerItemSelected(int position) {
// slide menue declaration
Fragment fragment = null;
switch (position) {
case 0:
fragment = new menu1_Fragment();
break;
case 1:
fragment = new menu2_Fragment();
break;
case 2:
fragment = new menu3_Fragment();
break;
default:
break;
}
it give me an error saying required android.support.v4.app.fragment
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。