Is there an on end event where I can free up drawable resources in android? -


in android app, use imageview's show images. want free when activity ends. read somewhere can use imgview.setimagedrawable(null); free up. when activity ends. there function on destroy or on end can override can free there?

thanks

actually there ondestroy in activity, don't need null drawables unless introduced memory leak somewhere else in code.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -