Multiple choice

AutoCompleteTextView is used to

  1. refer a possible value for the completion of a word or phrase typed into it

  2. check the spelling and grammar of the text

  3. auto correct the spelling text typed in TextView

  4. All of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AutoCompleteTextView, as the name implies, is a modified TextView that will refer a possible value for the completion of a word or phrase typed into it.