core
core copied to clipboard
Titanium / Alloy Boilerplate
Results
3
core issues
Sort by
recently updated
recently updated
newest added
I have this: index.xml ``` ``` index.js ``` var App = require('core'); App.MapModule = Alloy.Globals.MapModule; App.globalWindow = $.index; App.globalWindow.open(); App.init(); //Check for login and then App.Navigator.open('signin'); ``` signin.js ``` var...
Hey Rick, couple of things. I like the modified structure, and how your implementing the examples. A couple of points of feedback: Core.js - Recommend adding the openScreen method to...