Articles by Tag #proguard

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering the R8 Metadata: Beyond the Stack Trace 🕵️‍♂️

Most Android developers have a love-hate relationship with R8. We love the smaller APKs and better...

Learn More 0 0Dec 18 '25

[Android] How to make Proguard keep Kotlin data class

Whenever call the api, request body and response body should not be obfuscated by Proguard. ...

Learn More 5 0Dec 30 '25

ProGuard 완벽 가이드 - Android 코드 난독화와 최적화

ProGuard 완벽 가이드 ProGuard는 Android 앱의 코드를 난독화하고 최적화하는 도구입니다. 이 글에서는 ProGuard의 개념, 설정 방법,...

Learn More 0 0Dec 31 '25

ProGuard Android Guide - Code Shrinking and Obfuscation

Android ProGuard 설정과 문제 해결 방법을 알아봅니다. ProGuard 용어 Shrinking: 안 쓰는 메서드, 클래스, 필드 등...

Learn More 0 0Dec 31 '25