How to use this demo:

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.

TwitterSearch App

    What does it do?

    This is a really simple improvement of the Example 008 about Collections.
    Here we handle User Inputs to set what to search for.

    How I Did It?

    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.

    1. Title Bar
    2. The Form
    3. Tweets List

    All components talks together by triggering events (Observable Pattern).

    Tutorials and Documentations