Android Layout Fragment/Activity Confusion
问题 I am making my first android application with the ActionBarSherlock. The application will always have an action bar consisting of 3 tabs (first tab selected by default). The app could be extended for use with a tablet. I have been searching the web, and following the android development guides, however I am finding a few things confusing. The first tab screen will be a list view with a list of items, onitemselected should send the user to a screen which features more details about that item.