What type of textview should I use so that everytime i touch it, it will display the most recent entries used in a dropdown box? AutoComplete and MultiAutoComplete are confusing to me…
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Auto Complete Tutorial will help you. If user writes something to textView and submit it, then you can save this string to a file. And if you add this to the string array which mentioned in tutorial, auto complete dropdown will appear…