I am making android mobile app on titanium Alloy 1.2.2
I want to access elements contained in external views. So if I use
var win=Alloy.createController().getView();
it itself opens that view. I dont need that. I just want to access an element in that view and change its visibility to false. How can we do that? Thanx in advance.