Submitted by luis on Mon, 02/27/2012 - 17:10
Sometimes you just want to tell the user to wait a few seconds until the operation finishes. But how to create some nice screen blocking progress bar? If you've been using Titanium Studio you know that the default activity indicators, is not as good as it could be. We need something like Twitter does. A blank screen with a message of what we're doing and why the user needs to wait.
The first thing we're gonna do is create a file with our code, we'll be calling the function inside this file every time we need an activity indicator.
Recent comments