android - Autosuggested text should show inside the typing view not in the dropdown view -


i developing android app showing autosuggested item inside autocompletetextview (in typing view) not in dropdown view example searching customer email "abc@gmail.com" in list of email , type first character 'a' email "abc@gmail.com" should shown inside typing view highlighted strings ("bc@gmail.com") except character 'a' , cursor should blink between characters 'a' , 'b'. how can implement type of autosuggestion edittext?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -