Greetings.
I have an edittext and an autocompletetextview that is supposed to show suggestions on edittext textchanged event. For example, I would like to be able to type words in an edittext and get suggestions for every word i type.
e.g. if i type "How" i get suggestion "How are you". Once i click on this, the edittext has the text "How are you". I then type another word "to" and i get suggestion from autocompleteedittext "today". Once i click on it, the edittext content becomes "How are you today". In other words, every text i type on edittext gets suggestion and once i click on the suggestion, it adds to the words already typed in edittext. Please assist.
I have an edittext and an autocompletetextview that is supposed to show suggestions on edittext textchanged event. For example, I would like to be able to type words in an edittext and get suggestions for every word i type.
e.g. if i type "How" i get suggestion "How are you". Once i click on this, the edittext has the text "How are you". I then type another word "to" and i get suggestion from autocompleteedittext "today". Once i click on it, the edittext content becomes "How are you today". In other words, every text i type on edittext gets suggestion and once i click on the suggestion, it adds to the words already typed in edittext. Please assist.