When you add images to your apps,which folder should you add each file to ? __________ (in one word)
查看答案
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().