The secret behind our applications.
Developing an Android application is an art, you need creativity, dexterity and lots of coffee. At the moment of publishing an application we have to perform an action called obfuscation, which allows us to eliminate methods, classes and other variables that are not being used, which allow us to reduce the size of our application and place a level of security so that they can't access to our source code easily, in this talk we will see the difference between these two tools, DX/Proguard vs R8/D8 and the good practices that exist.