I am making an app from the example of Android Developers with the Navigation Drawer. I made the items but I don\'t know how I can open new Activity from each of items enlis
Instead of using Activities just use a fragment and A fragment Manager to transition between them