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
John Kalimeriskalimerisjohn.hashnode.dev路Jul 8, 2024Deep Dive to Android R8 & Proguard [Part 2]Introduction 馃摉 In this second part we will further analyze the R8 compiler and the rules we can apply, in order to feet to our project. R8 vs Proguard 馃 As we discussed in the first part R8 is a replacement tool for Proguard. But what are actual th...30 readsandroid app development
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鈥檚 classes and members, and optimization, which applies more aggressi...78 readscode shrinking