[
    {
        "title": "Application Examples",
        "items": [
            {
                "text": "Kitchen Sink",
                "url": "kitchensink/index.html",
                "iconLocation": "kitchensink/resources/icons",
                "device": "tablet",
                "desc": "Compact overview of many Sencha Touch components with both a phone and tablet view.",
                "status": "updated"
            },
            {
                "text": "GeoCongress",
                "url": "geocongress/index.html",
                "iconLocation": "geocongress/resources/icons",
                "device": "phone",
                "desc": "Find information on your local Legislators",
                "status": "updated"
            },
            {
                "text": "O'Reilly",
                "url": "oreilly/index.html",
                "iconLocation": "oreilly/resources/icons",
                "device": "phone",
                "desc": "Sample conference application with a connection to remote backend data.",
                "status": "updated"
            },
            {
                "text": "Touch Tomatoes",
                "url": "touchtomatoes/index.html",
                "iconLocation": "touchtomatoes/resources/icons",
                "device": "phone",
                "desc": "Rotten Tomatoes application featuring Intro Overlay, JSONP and AJAX Search.",
                "status": "new"
            },
            {
                "text": "TouchStyle",
                "url": "touchstyle/index.html",
                "iconLocation": "touchstyle/resources/icons",
                "device": "phone",
                "desc": "Example of dynamic carousel and device profiles",
                "status": "new"
            }
        ]
    },



    {
        "title": "Component Examples",
        "items": [
            {
                "text": "Audio",
                "url": "audio/index.html",
                "iconLocation": "audio/resources/icons",
                "device": "phone",
                "desc": "Audio playback on mobile devices."
            },
            {
                "text": "Carousel",
                "url": "carousel/index.html",
                "iconLocation": "carousel/resources/icons",
                "device": "tablet",
                "desc": "A component which allows you to swipe through pages."
            },
            {
                "text": "Forms",
                "url": "forms/index.html",
                "iconLocation": "forms/resources/icons",
                "device": "phone",
                "desc": "A demo of some of the available form fields."
            },
            {
                "text": "Forms (Toolbars)",
                "url": "forms_toolbar/index.html",
                "iconLocation": "forms_toolbar/resources/icons",
                "device": "phone",
                "desc": "A demo of fields within toolbars."
            },
            {
                "text": "Icons",
                "url": "icons/index.html",
                "iconLocation": "icons/resources/icons",
                "device": "tablet",
                "desc": "Built-in icons for toolbars and tabbars."
            },
            {
                "text": "List",
                "url": "list/index.html",
                "iconLocation": "list/resources/icons",
                "device": "phone",
                "desc": "Demo of the list component."
            },
            {
                "text": "Horizontal List",
                "url": "list-horizontal/index.html",
                "iconLocation": "list-horizontal/resources/icons",
                "device": "phone",
                "desc": "Demo of a horizontal list component."
            },
            {
                "text": "Search List",
                "url": "list-search/index.html",
                "iconLocation": "list-search/resources/icons",
                "device": "phone",
                "desc": "Demo of a searchable list component."
            },
            {
                "text": "Maps",
                "url": "map/index.html",
                "iconLocation": "map/resources/icons",
                "device": "phone",
                "desc": "A simple demo of the Google Maps component."
            },
            {
                "text": "Nested List",
                "url": "nestedlist/index.html",
                "iconLocation": "nestedlist/resources/icons",
                "device": "phone",
                "desc": "A miller column interface allowing you to display tree-based data."
            },
            {
                "text": "Navigation View",
                "url": "navigationview/index.html",
                "iconLocation": "navigationview/resources/icons",
                "device": "phone",
                "desc": "A stack based component which allows you to navigate through views."
            },
            {
                "text": "Overlays",
                "url": "overlays/index.html",
                "iconLocation": "overlays/resources/icons",
                "device": "tablet",
                "desc": "Examples of overlay windows."
            },
            {
                "text": "Date Picker",
                "url": "picker/index.html",
                "iconLocation": "picker/resources/icons",
                "device": "phone",
                "desc": "An example of the Date Picker component"
            },
            {
                "text": "Tabs",
                "url": "tabs/index.html",
                "iconLocation": "tabs/resources/icons",
                "device": "phone",
                "desc": "The simplest tabbar."
            },
            {
                "text": "Tabs (Bottom)",
                "url": "tabs2/index.html",
                "iconLocation": "tabs2/resources/icons",
                "device": "tablet",
                "desc": "A demo of a bottom tabbar."
            },
            {
                "text": "Toolbars",
                "url": "toolbars/index.html",
                "iconLocation": "toolbars/resources/icons",
                "device": "tablet",
                "desc": "Overview of all kinds of different buttons."
            },
            {
                "text": "Video",
                "url": "video/index.html",
                "iconLocation": "video/resources/icons",
                "device": "phone",
                "desc": "Video playback on mobile devices."
            }
        ]
    },
    {
        "title": "Utility Examples",
        "items": [
            {
                "text": "AJAX",
                "url": "ajax/index.html",
                "iconLocation": "ajax/resources/icons",
                "device": "phone",
                "desc": "Loading data through JSONP and XMLHttpRequest."
            },
            {
                "text": "YQL",
                "url": "yql/index.html",
                "iconLocation": "yql/resources/icons",
                "device": "phone",
                "desc": "Yahoo! Query Language example."
            }
        ]
    },
    {
        "title": "Plugins",
        "items": [
            {
                "text": "Pull to Refresh & Load More",
                "url": "pullrefresh/index.html",
                "iconLocation": "pullrefresh/resources/icons",
                "device": "phone",
                "desc": "A demo of the Pull to Refresh and Load More plugins."
            }
        ]
    }
]
