Let's see how to decompile. We need some tools to decompile. That is dex2jar. You can find it here. And jd-gui to view the jar as java files.
- uncompress the apk. On Windows, use winrar to open the apk and extract.
- run command "dex2jar.bat classes.dex", "classes.dex.dex2jar.jar" is generated.
- use jd-gui.exe to open jar file and view the java code.