I\'m trying to follow this tutorial on how to create a Navigation Drawer, but I don\'t want to use Fragments to show new content after the user select an item from the drawer li
use this code
private void selectItem(int position) { // Locate Position switch (position) { case 0: startActivity(new Intent(this,TEST.class)); break;