When an Android application is released in the wild, it's packed into an .apk-file which holds all its content including the compiled source-code and all other resources (from the res/raw/ or assets/-folder).
Those APKs can then be installed from the Android Market (if published) or simply from the SD-card.