I want to make some changes on an android application based on its .apk file.
I could act on the XML part but I could not change all that is java code.
Is it possible to change the java code in the apk file and have another apk file ? If yes, how can i do it ? Thank you for helping me.