On Mon, Oct 17, 2011 at 3:16 AM, dileep <[email protected]> wrote: > My application has been gone for security audit and those guys are > able to generate codes and classes using some tool from .apk. > Is there anyway to stop this in android?
No. Anything can be reverse-engineered. This is not unique to Android. Using ProGuard (or similar tools) for obfuscation will help a bit, in that the reverse-engineered source code will be a bit less readable. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

