{ "id": "162779", "key": "AC-4372", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-08-29T15:58:54.000+0000", "created": "2016-08-24T08:58:41.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-08-29T15:58:55.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Creating and opening new screen takes a lot of time. Exactly - creating structure of screen. I want to provide my example.\r\n\r\n*index.js:*\r\n{code:javascript}\r\nfunction onUpdate() {\r\n\tvar win2 = Alloy.createController('test', {\r\n\t\tstart: (new Date()).getTime()\r\n\t}).getView();\r\n win2.open();\r\n}\r\n$.win.open();\r\n{code}\r\n\r\n*index.xml:*\r\n\r\n{code:java}\r\n\r\n \r\n