Hello,
Nearly done my first titanium developer app however, the biggest issue (and lack of documentation of) is the ability to execute a function in the background.
I have a function that basically just queries an external json file and then loops through it inserting about 150 records in the database. This completely hangs the app until it's done.
I've tried a jquery async loop plugin and it works though the rest of the app is still very slow / responsive to any commands.
It has to be possible to execute a function in a background thread or something while the rest of the app is completely accessible.
Anyone know how to do this?