钛金属加速器中的图像加载问题

时间:2014-06-19 08:54:22

标签: titanium titanium-mobile titanium-modules titanium-android

我正在使用钛机器人开发图像库应用程序。图像视图用于查看图像。但我的问题是第一次正确加载图像。当我长时间使用该应用程序时,该应用程序使用更多的缓存内存以及图像未加载。代码在

之下
var SelfieImageView = Ti.UI.createImageView({
  width : '100%',
  height : Ti.UI.SIZE,
  image : 'http://mydomain.com/image1.png' ,
  defaultImage : '/images/Default-Back-Ground--Advertisements.png',
  bottom : 3,
  Index : FollowingFeedStartIndex,
 });

0 个答案:

没有答案