Smali code vs Java source code when reverse engineering an android app

Viewed 1697

I'm just looking at android reverse engineering tutorials and I notice that most of them are modifying the smali code instead of the actual java source code after apk has been decompiled, is there a reason for this?

Any help is appreciated.

Thanks

1 Answers
Related