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
Post a Comment