ProgressDialogs and Material Design BOM

From this comment :

ProgressDialogs are a bad model and aren't even mentioned in the BOM, so I haven't reversed them.

Can anyone tell me how to show that my application is doing a network transaction with material design spec

?

+3


source to share


1 answer


I think the activity metric will be most relevant here if you are not implementing your own design.

Activity indicators are intended for operations of indefinite length. They ask users to wait a little while something is over, without going into much of what goes on behind the scenes.



This comes straight from the Material Spec, the Gmail app uses the Activity circle when loading data.

Source: https://developer.android.com/design/building-blocks/progress.html

+1


source







All Articles