Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android, drawable resource loaded to memory?

does all resource (all in res folder if on eclipse IDE), specially drawable image, is loaded to memory during runtime? or it is just like a file which is available when the application need it?

like image 882
uray Avatar asked Aug 21 '26 05:08

uray


1 Answers

Resources are loaded on demand only, so no extra memory use if you don't call them.

They are however in your application package, so they take up disk space.

like image 114
Jean Avatar answered Aug 22 '26 19:08

Jean



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!