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

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

c# - ReportViewer control - axd url -

time series - R growth rate calculation week over week on daily timeseries data -