Is there a way to protect Android apk file so that the source code cannot be regenerated? Also, there are a number of network sniffers that allow HTTP monitoring, is there a way to bypass these such that the incoming/outgoing network traffic could not be monitored?
I have read that code obfuscation, to some extent, is possible using SourceForge's Proguard(Reference).
What are other alternatives that I can look into?
Please advise.
Thanks.