Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

How convert my app. to 0.8 to 1.0 Compatible.

Hello,

I am developed new app. in 0.8.0 titanium SDk, but I want to convert it to

1.0 . my pages contains javascript and html code on same html pages please

Suggest how can I convert my app. so it will be run in 1.0 SDK.

— asked March 24th 2010 by vikas khairnar
  • 1.0
  • convert
  • in
  • iphone
  • mobile
0 Comments

2 Answers

  • I'm afraid you need to rewrite it for the new SDK. As of 0.9.x the architecture has changed. Things you need to remember about 1.x:

    • you would hardly touch tiapp.xml. tabs are not defined here anymore
    • your application starts from app.js by default
    • all codes are written in JS files except webviews. use HTML for webviews
    • minimum iPhone SDK is 3.1

    Watch the screencast - http://vimeo.com/9960118

    Read the Hitchhicker's Guide - http://www.codestrong.com/timobile/changelog/0_9/

    — answered March 24th 2010 by First Name Last Name
    permalink
    0 Comments
  • Hello,

    What should I do If I want to run javascript code written in my existing 
    

    Code i.e .html files which is called through app.js through web view.

    — answered March 24th 2010 by vikas khairnar
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.