I have one activity which has one EditText component and three buttons. Clicking on EditText Components pops a soft key board.
I have received a bug stating on single Back Key press you should go to the previous activity. Currently only soft key board is hidden.
How should I solve this issue?
I have got suggestion that I should make a custom 'Text box'. But I can not figure out how can I do this. Or How can it solve my problem.
Making a custom edit text or text box will solve this problem? If yes how?
EDIT: IF its impossible will you please tell me how its impossible?
Edit 2: None of the key listeners provided by api works in this case. If soft keyboard is shown pressing back button will hide the key board first... our implementation works only after that.
Edit 3: Anybody having any idea??????