Shimmer effect in Android: Tutorial

Shimmer effect in Android: Tutorial

android-shimmer

[my_shortcode] Best way to show loading indicator Shimmer effect in Android provides an elegant solution to the loading screen. With the deprecation of Android ProgressDialog in APIv26, Google discouraged the usage of UI blocking loading widgets which prevent the user from interacting with the app, e.g. navigating back, while its content is loading. As alternatives, […]