Basically, when setProgressStyle(ProgressDialoge.STYLE_SPINNER) is taken, then setIndeterminate() will be true because a circle(Spinner) will rotate, which indicates that "I don't know how long it will take." When we take ProgressStyle(ProgressDialoge.STYLE_HORIZANTAL) , we take setIndeterminate() as false, since it takes a value / percentage value, for example, how many percent it was filled with setProgress(value) .
Anusha Apr 01 '14 at 10:26 2014-04-01 10:26
source share