I was wondering where all the Android source codes are stored.
Are they stored in RAM or Flash memory?
—————edit
Thanks for the prompt replies.
Now I got that the Android binary image is stored in RAM.
What about Android application source codes (byte code)?
If I run an APK file then Android loads the application.
Is the bytecode loaded onto RAM? or Flash?
Thanks in advance..
The source code is not actually stored on the device. Instead the sources are compiled into what is commonly referred to as a ROM and then copied into the device’s internal flash memory.
If you want the actual android sources you can get them from http://github.com/android