I'am using a lot of ImageViews that are loading image from the same file. What i'am seeing is that every instance of ImageView loads new image to memory, and not using the previously loaded. This gives me a real memory problem. Is it possible to load image once and then reuse its instance for multiple ImageViews ? Or is there some kind of texture/image manager in titanium ?
↧