When you want to get items in a list view to respond to clicks, you need to create an OnItemClickListener and implement its ________ method.
查看答案
Once you've created the OnClickItemListener, you need to attach it to the list view. You do this using the ListView________method.
A/An ________ is used to control part of a screen, and can be reused between screens.
There are two methods for getting a reference to the fragment manager, ____________and getSupportFragmentManager().
The ________ method gets called immediately after your activity is launched.