Component - ProGuard and R8 optimization
This UI component shows a simple Android app screen with a button that triggers code shrinking and optimization using ProGuard and R8 tools. It demonstrates how enabling these tools affects the app's build and runtime behavior by removing unused code and optimizing the app size.