05-15-2012 04:59 AM
Hi all BB10 Cascades developers,
Could you help me because I'm a little bit comfused and I'm not sure how to answer that question : is it better to use a Button and intercept onClicked or use an ImageView and intercept onTouch ?
Of course, I don't need to put text on the Button but just an image, so I'm asking what the difference between the Button with an image only and the ImageView solution ?
I'd rather use the ImageView solution because the look of the button just annoys me but I'm not sure if it's a good solution...
Can you help please ?
Laurent
Solved! Go to Solution.
05-15-2012 05:13 AM
05-15-2012 08:09 AM
05-15-2012 09:05 AM
Thank you.
I think I'll use buttons because users know they can click a button to perform an action...