[android-developers] EditText text validation

2011-08-08 Thread yoav bbb
Hello I have an EditText box that user fills with its text. I need to run a simple Validate() function on its data when the user leaves this text box and alert him if the input String is incompatible. Where is the hook for the validate function? Thanks -- You received this message because you ar

Re: [android-developers] EditText text validation

2011-08-08 Thread TreKing
On Sun, Aug 7, 2011 at 10:57 PM, yoav bbb wrote: > Where is the hook for the validate function? There isn't one, AFAIK. - TreKing - Chicago trans