Re: [android-developers] Obfuscating parts of an application. Wise or not?

2010-10-06 Thread Paulo Sérgio Morandi Júnior
I have experience in C# obfuscating the code.. it's not that hard as you think... just in the beginning is a little difficult because you never know what obfuscate or not. Of course the obfuscation has your issues like you sad that the stacktrace is compromised.. but you can resolve this with

[android-developers] Obfuscating parts of an application. Wise or not?

2010-10-05 Thread Moto
I'm a bit scared about obfuscating my application completely. I'm afraid to run into issues where I can't figure out a bug because lines and function names wont match. Please correct me if I'm wrong... I thought maybe the simplest way to protect important parts of my code is to create a jar of