Any android developer would know that decompiling your app's APK is somewhat easy and can lead to losing your app.
For example, say I create a custom message ciphering method, encoding and decoding messages on the app side.
How easy is it to lose that kind of private method decompiling?
Also, say that I have some code written in native C++ or C-Make, is that code also easy to decompile?