With resources.arsctwo possible things.
Usually the file is saved in .apk uncompressed. Android mmap()and simply reads from it if necessary, without loading the entire file into RAM.
However, if it is compressed, direct random access to the file is no longer an option, therefore it is decomposed and stored in memory for further operations (for example, to load a line).
, , . , ?