Android - Navigation Drawer - OnItemClick
问题 i have a problem with the Navigation Drawer in my app. I cant get the "OnItemClick" - Event of the row items in my drawerlist. My app contains a Actionbar with some tabs. So my Activity extends from "ActionBarActivity". Here is my code. I hope someone could help me. public class Hauptmenue_extended extends ActionBarActivity implements ListView.OnItemClickListener, android.content.DialogInterface.OnClickListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate