Tuesday, 15 April 2014

Image loading problems in titanium appcelerator -



Image loading problems in titanium appcelerator -

i developing image gallery application using titanium android. image view used view images. problem first time images load properly. when using app long time the app utilize more cache memory image not loading. code below

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, });

titanium titanium-mobile titanium-modules titanium-android

No comments:

Post a Comment