Hello what is the difference between these 2 syntax and their consequence in memory :
Alloy.createController("index").getView().open(); // open the index i think Alloy.createController("index"); // open the index
Hello what is the difference between these 2 syntax and their consequence in memory :
Alloy.createController("index").getView().open(); // open the index i think Alloy.createController("index"); // open the index