Category: Material Design

  • How to implement a material progress indicator in android?

    How to implement a material progress indicator in android?

    Progress indicators express an unspecified wait time or display the length of a process. Material design provides an implementation of linear and circular progress indicators, compatible back to API 15. Progress Indicators is API-compatible with Android’s progressBar class and can therefore be used as a replacement for the progressBar. Progress Indicators were added to the material design in 1.3.0. […]