I have placed an edit box and in that box the user has to type his email id and when he clicks a button it must be send to network.
When the user starts typing his name it gives some suggestions above the default keypad of the device, if the user selects one among them a small space appears after the name that gets selected.
If it is to be the last name no problem but if he is to type anything next to the word it goes on with a space and it creates problem in getting return data from network.
how to disable the the word suggestions….
Try textNoSuggestions value for the
android:inputTypeattribute.For example: