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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -