Why Are Code Modules saved in APK?

Bryan

Member
Licensed User
Longtime User
I use a couple code modules (*.bas files) in my app. After the code is compiled I view the contents of the .APK file and notice that the code modules *.bas are clearly visable within the same folder as my graphic images that are used in the program. Are these code modules necessary to be included within the APK? When adding a code module to your project is there a way to leave them out of the APK if they are not needed?

Thanks,
Bryan
 
Top