all resources (everything in the res folder, if on the Eclipse IDE), specially displayed image, are loaded into memory at runtime? or is it just like a file available when he needs an application?
Resources are only loaded on demand, so additional memory is not used unless you call them.
However, they are in your application package, so they take up disk space.
Source: https://habr.com/ru/post/1770248/More articles:Is this a mistake in NSolve in math? - wolfram-mathematicamarker interface in java - javaThe best way to create a blog with static pages in Ruby - ruby | fooobar.comPrevent eclipses from automatic import packages when copying source code between projects - javaA general List.Count list provides a System.ArgumentException - genericsTabs MVVM: focus of the new tab - c #Primary key: code or name? - database-designSome kind of ruby "Interruption" - ruby | fooobar.comDependency resolution as a separate project. How? - dependency-injectionHow to update 400k rows on MySQL MySQL server and not kill it - performanceAll Articles