我正在使用钛机器人开发图像库应用程序。图像视图用于查看图像。但我的问题是第一次正确加载图像。当我长时间使用该应用程序时,该应用程序使用更多的缓存内存以及图像未加载。代码在
之下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,
});