AVLoadingIndicatorView – is a collection of nice loading animations for Android.
ProGuard rules for AVLoadingIndicatorView
ProGuard removes unused classes, methods, fields and attributes, and it obfuscates and optimizes the rest your code. Remaining classes, fields, and methods after obfuscation phase will be with short names. Specify the next rules in your proguard-rules.pro configuration file.
# AVLoadingIndicatorView -keep class com.wang.avi.** { *; } -keep class com.wang.avi.indicators.** { *; }
For more information about AVLoadingIndicatorView please see the website.