How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?
Android Reverse Engineering is possible . Follow these steps to get .java file from apk file.
Step1 . Using dex2jar
dex2jar sampleApp.apk
Step2 . Decompiling .jar using JD-GUI