[TIMOB-1429] Android: Add Indeterminate View back to ProgressBar
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-08-16T01:23:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | tbs-1.8.0 |
Reporter | Don Thorp |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:52:08.000+0000 |
Updated | 2017-08-16T01:23:37.000+0000 |
Description
There are times when it would be helpful to show progress in a view instead of in the dialog. Add the support back in to progress bar to allow that to happend.
On the iOS side, ActivityIndicator is a view that can be used anywhere, and there is no pre-built indicator that blocks UI, like ActivityIndicator does on Android. This means the usage of ActivityIndicator is very different on both platforms. Perhaps there should be a blocking ProgressDialog on both platforms, with ActivityIndicator used as a indeterminate progress view and ProgressBar as a determinate progress view? This would break some things in the short term, but bring the programming model into closer alignment.
Closing due to inactivity. If this issue still exists, please raise a new ticket.