All Twitter and contacts search examples use a text input control and a button to search the feed. However, contacts can be searched (as they are natively on iPhone) as the user types.
I tried using the search control, assuming that it has a way to map output to a list and assuming that it responds to textchanged event, but neither is true.
I can't find anywhere the definition of the component.
That being said - I can build a custom component containing the input text box and a 3-line list below it, map the service call response to it and make it work.
The question is when? What event can I trap to make this happen? Is it any of the key pressed? Would they be consistent between Android and ios platforms?
I appreciate your insight.
Andreas