News Application Directory Structure

Warning

Some of the JavaScript code has been broken to accommodate the book layout, and may not execute as broken. It’s best to retrieve the code from the oreilly.com link above.

news
  app
    assistants
      app-assistant.js
      dashboard-assistant.js
      feedList-assistant.js
      preferences-assistant.js
      stage-assistant.js
      storyList-assistant.js
      storyView-assistant.js
    models
      cookie.js
      feeds.js
    views
      dashboard
        dashboard-scene.html
        item-info.html
      feedList
        feedRowTemplate.html
        feedListTemplate.html
        addFeed-dialog.html
        feedList-scene.html
      preferences
        preferences-scene.html
      storyList
        storyList-scene.html
        storyListTemplate.html
        storyRowTemplate.html
      storyView
        storyView-scene.html
  appinfo.json
  framework_config.json
  icon.png
  images
    cal-selector-header-gray.png
    dashboard-icon-news.png
    details-closed-arrow.png
    details-open-arrow.png
    feedlist-newitem.png
    filter-search-light-bg.png
    header-icon-news.png
    icon-rssfeed.png
    info-icon.png
    list-icon-rssfeed.png
    menu-icon-back.png
    menu-icon-forward.png
    menu-icon-web.png
    news-icon.png
    palm-drawer-background-2.png
    url-icon.png
  index.html
  resources
     es_us
       appinfo.json
       strings.json
       views
         feedList
           addFeed-dialog.html
           feedList-scene.html
         preferences
           preferences-scene.html
  sources.json
  stylesheets
    News.css

news/app/assistants/app-assistant.js

/* AppAssistant - NEWS Copyright 2009 Palm, Inc. All rights reserved. Responsible for app startup, handling launch points and updating news feeds. Major components: - setup; app startup including preferences, ...

Get Palm webOS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.