[android-developers] Re: EditText text validation

2011-08-09 Thread Gabriel Spencer
It sounds like you need a focus change listener. http://developer.android.com/reference/android/view/View.OnFocusChangeListener.html On Aug 9, 12:36 am, yoav bbb wrote: > So. > The validate function must be called when ressing a button? > no option to call the function when user leaves the te

[android-developers] Re: EditText text validation

2011-08-08 Thread yoav bbb
So. The validate function must be called when ressing a button? no option to call the function when user leaves the textbox - to the backgour or to another control? On 9 אוגוסט, 06:24, TreKing wrote: > On Sun, Aug 7, 2011 at 10:57 PM, yoav bbb wrote: > > Where is the hook for the validate fu