This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------------------------------------------------------------------------------------- | |
| -- | |
| -- main.lua | |
| -- | |
| ----------------------------------------------------------------------------------------- | |
| -- Your code here | |
| local fisica = require('physics'); | |
| fisica.start(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Application Window Component Constructor | |
| function ApplicationWindow() { | |
| var Cloud = require('ti.cloud'); | |
| var WinPhoto = require('ui/handheld/winPhoto'); | |
| var self = Ti.UI.createWindow({ | |
| backgroundColor:'#ffffff', | |
| layout:'vertical', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ApplicationWindow.js | |
| // Ranking | |
| // | |
| // Created by Addiel Juarez on 2014-01-21. | |
| // Copyright 2014 Addiel Juarez. All rights reserved. | |
| // | |
| function ApplicationWindow(){ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ViewController.h | |
| // calculator Tutorial | |
| // | |
| // Created by Addiel Juarez on 11/01/14. | |
| // Copyright (c) 2014 Addiel Juarez. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ApplicationWindow.js | |
| // lanicaSample | |
| // | |
| // Created by Addiel Juarez on 2014-01-02. | |
| // Copyright 2014 Addiel Juarez. All rights reserved. | |
| // | |
| function ApplicationWindow() { | |
| var lanica = require('co.lanica.platino'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var win = Titanium.UI.createWindow({ | |
| backgroundColor:'#000', | |
| }); | |
| var fb = require('facebook'); | |
| var email = Titanium.UI.createLabel({ | |
| top:5, | |
| color:'#fff', | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var self = Titanium.UI.createWindow({ | |
| backgroundColor:'#fff', | |
| }); | |
| var textField = Titanium.UI.createTextField({ | |
| top:300, | |
| height:40, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function transition(){ | |
| var self = Titanium.UI.createWindow({ | |
| backgroundColor:'#c9c9c9', | |
| }); | |
| var backs = Titanium.UI.createView({ | |
| backgroundImage:'/images/back1.png', | |
| top:-30, | |
| left:-30, | |
| bottom:0, | |
| right:0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "resultados": | |
| [ | |
| { | |
| "resultado":{ | |
| "id":"25", | |
| "id_padre":"5", | |
| "id_tipo_contenido":"0", | |
| "titulo":"Sex & Trends", | |
| "imagen":"", |