I am new to the technology which is being used in the appaccelator titanium and other IDEs like this rhombile etc. I was wandering that after making the app what does this IDEs give to the developer? both the build and the source code or just the build? I’ll appreciate any help regarding this.
Share
After building you have access to the
resourcesfolder where your javascript code is. You also have access to all the other compiled and none compiled code alike through thebuilddirectory and the various Titanium SDK such asmobilesdk/iphone/1.7.0would have all the compile symbols Titanium uses to make your code native to the iPhone.