Hi All
I am porting everything over from a IOS app to Android, all my images show on my ios app but they just do not seem to load or show on my android device am i missing something???
var imageView = Ti.UI.createImageView({ defaultImage : '/images/default_landscape.jpg', enableZoomControls : false, width : 300, left : 10, height : 200, image :'http://bigreporter.com/wp-content/uploads/2014/04/wordpress-code-image-600x337.jpg', top : 10 });But the about just does not load on the device it just shows the default image.
I am testing on my device a Samsung Galaxy S3.
Please help???