Romman Sabbirrommansabbir.com·Nov 8, 2024Application Security in Android: A Comprehensive Guide [PART 3]Application security is essential for preventing unauthorized access, reverse engineering, and tampering with your Android apps. There are several strategies and tools that developers can employ to protect their applications from these threats. In th...62 readsAndroid : Security, Encryption and Secure Practicesrooted
Felix Kariukifelixkariuki.hashnode.dev·Sep 29, 2022Code shrinking and obfuscation Using R8 in AndroidCode shrinking and obfuscation helps you to significantly reduce the size of your application. Enabling shrinking, you benefit from obfuscation, which shortens the names of your app’s classes and members, and optimization, which applies more aggressi...78 readscode shrinking