hi,
I'm using editBox focus change event to understand that the user finished entering the text , I have a list of edit boxes, and when the user moving from one to the other (in no predefined order, its what the user wants) I act on the value (save it to a file)
using the enter pressed event is not natural in my mind, people will move to the editBox they want and not going to press enter on the keyboard.
the only problem I have is that when user put data in the last field he might just press the back button exit the application in this case my app will go to pause activity and focus change event will never be thrown
is that a bug or an android behavior ?
anyone has a suggestion on how to solve it ?
I'm using editBox focus change event to understand that the user finished entering the text , I have a list of edit boxes, and when the user moving from one to the other (in no predefined order, its what the user wants) I act on the value (save it to a file)
using the enter pressed event is not natural in my mind, people will move to the editBox they want and not going to press enter on the keyboard.
the only problem I have is that when user put data in the last field he might just press the back button exit the application in this case my app will go to pause activity and focus change event will never be thrown
is that a bug or an android behavior ?
anyone has a suggestion on how to solve it ?