I have a listview where I would like to show an activityindicator on the item being clicked. Is that possible?
I've been able to add an indicator to each item via my template - but how do I show it on click? And then hide it again.
{ type:'Ti.UI.ActivityIndicator', bindId:'loading', properties:{ visible:false, style:Titanium.UI.iPhone.ActivityIndicatorStyle.PLAIN, touchEnabled:false } }