I developed a custom view for my own use, and decided to share the community.
The view is extending the "standard" EditText control by adding a new event: OnThresholdTextChanged
This lets you start a long running process (like a search process) after the user has finished entering some input in the EditText view without the need to add another "Submit" button and handle its "Clicked" event.
The project is hosted on Google Code, so you may download the relevant two classes, or an example project that demonstrates this functionality in a very intuative manner.
Any comment on my coding practices will also be highly appriciated (as I am coming from the .NET world and pretty new to Java syntax & methodologies).
Link:
http://code.google.com/p/android-threshold-edittext
Hope you will like it!
Oded O.


