I need to implement the functionality same as G-mail text field , where if. the user is typing, "hi how are" then the "you" is auto populating inside the text field as placeholder , and if I click on you it is taking it as input. how I can achieve this in Android java. this behaviour also known as predictive text. In IOS there is property of text field like textField.InlinePredictiveText = .yes then the text field will give the predictive text. is there any way to implement this kind of behaviour in android using java.

0

There are 0 best solutions below