在输入框中输入我们想要输入的信息就会出现其他与其相关的提示信息,这种效果在Android中是用AutoCompleteTextView实现的。public class MainActivity extends Activity {private AutoCompleteTextView autote... Read More
posted @ 2014-09-13 16:48 tinyphp Views(70554) Comments(3) Diggs(2)