↧
downloading large files (>30MB) with filenames
In KS, the large file example was very helpful.largeFile.addEventListener('click', function() { ind.value = 0; c = Titanium.Network.createHTTPClient(); c.setTimeout(10000); c.onload = function(e) {...
View ArticleExample / Productivity Tool - Saving video to iOS Simulator
Wrote a 5 min. app to save video from a URL into the Photo Gallery. This is a convenient way to load your iOS simulator with video content, if you need it for testing. Hopefully this will be useful to...
View ArticleActivity Indicator while downloading JSON and saving in database
Hi, after check login, I'm downloading the info for the day in a JSON and saving all in local database, it works fine but I need to show an activity indicator while is processing the info. Here is the...
View Article