You call an EditText’s addTextChangedListener method to register the
TextChangedListener that will respond to events generated when the user ________.
Given that users are more likely to download an app if it’s free, consider offering a free
________ version of your app to encourage users to try it. For example, if your app is a
game, you might offer a free version with just the first few levels. When the user has
finished playing the free levels, the app would offer an option to buy through Google
Play your more robust app with numerous game levels. According to a recent study by
AdMob, upgrading in this manner is the number-one reason why users purchase a paid
app.
A call to setContentView receives a constant that indicates which XML file represents
an Activity’s GUI. Method setContentView uses this constant to load the corresponding
XML document, which is then parsed and converted into the app’s GUI. This process is
known as ________ the GUI.