I am having a hard time to display the image in an ImageView in titanium, I run the app in an emulator
Here is my .xml file code
<Alloy>
<Window class="container">
<View id="view_image">
<ImageView id="img_logo" />
</View>
</Window>
And here is my .tss code
"#img_logo":{
width: '100%',
height: '100%',
image: '/images/storm_logo.png'
}
Please help me