This App let you search Twitter for a custom query.
Just enter some text in the form below then press "enter"!
Then try to press "Esc" while entering text or double clicking the input field.
This is a really simple improvement of the Example 008 about Collections.
Here we handle User Inputs to set what to search for.
I wrote a TweetsCollection object to store Tweets loaded from Twitter service and a main View object to handle all UI components.
There are 3 main UI components in this app.
All components talks together by triggering events (Observable Pattern).