There are two lifecycle methods that handle when the activity is pausedand when it becomes active again: onPause() and onRestart().
查看答案
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.