Reputation: 53
I am learning to develop in Titanium studio and thought it would be a good idea if I take an application as sample and I came across a app available at (https://github.com/6wunderkinder/wunderlist) I did what was instructed by importing to the resource folder and when I run the application (on mobile web preview) the index.html page is empty with sidebar etc.. but nothing works .
Its a old codebase but just learning to run and see how it is written. I even tried in TideSDK since its a desktop application. But not able to Run, meaning when I try to import in tidesdk it says that this is not a titanium studio application. I scroll through the code and this is what I think 1. tiapp.xml is not available so it is not able to import I guess. 2. the index.html is incomplete I guess because the code for listing the task in the opening page of the application is not mentioned..
Is my assumption is correct ? If someone can help me run this project that will be a great start.
Thanks
Upvotes: 0
Views: 179
Reputation: 33335
try the actual documenation from the vendor, might be a better place to start.
There is a wiki, training videos and tons of recent code samples.
http://www.appcelerator.com/developers
Upvotes: 2