Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 655 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 655 Bytes

Sample.RSS

This is a Titanium Mobile sample app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them along with thumbnails, then drill down to the article itself.

Topics Covered

  • Remote Data acccess via Titanium.Network.HTTPClient
  • Modular Javascript with CommonJS
  • Multiple window app using a single execution context
  • Loose coupling of UI and data code using application level events via Ti.App
  • Native UI features
    • Android menus
    • iOS navigation bar buttons
    • iOS Navigation Controller via Titanium.UI.iPhone.NavigationGroup
  • Webviews for displaying web content
  • Cross-platform design