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
Mayursinh Parmarmayursinhdevblog.hashnode.dev路Apr 4, 2024Topic: 19 Understanding Design Patterns in AndroidHello Devs, In Today's Topic, we talk about different types of design patterns. These design patterns help you to make your Android Project Clean and Understandable. In this blog, we can explore MVC, MVVM, and Clean architecture. MVC- Model View Cont...Android basic to advanceAndroid
Emran Khandaker Evanblog.evanemran.info路Oct 12, 2023Understanding ProGuard in Android: Optimizing and Securing Your AppProGuard is a powerful tool used in Android development to optimize and secure your application's code. It is an open-source tool that helps in shrinking, optimizing, and obfuscating the Java bytecode, ultimately reducing the application's size and e...339 readsAndroidAndroid
Romman Sabbirrommansabbir.com路Sep 17, 2023Android ProGuard : Mastering Security and Efficiency with ProGuardAndroid app development is an exciting endeavor that involves crafting user-friendly applications for a wide range of devices. While developers focus on creating feature-rich apps, they must also consider security and app size optimization. This is w...1 like路2.5K readsAndroid Application DevelopmentAndroid
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