Skip to content

Instantly share code, notes, and snippets.

View danang-altastratus's full-sized avatar

Danang Iswadi danang-altastratus

  • Altastratus
  • Indonesia
View GitHub Profile
/**
* Implementation of the window layout vertical & horizontal
* @author Danang Iswadi
*/
var win = Ti.UI.createWindow({
backgroundColor: 'black',
layout: 'vertical'
});
/**
* Map view with annotation
* @author Danang Iswadi
*
*/
var Map = require('ti.map');
var win = Ti.UI.createWindow({backgroundColor: 'white'});
var modernlandView = Map.createAnnotation({
@danang-altastratus
danang-altastratus / tiapp.xml
Created July 17, 2014 02:24
mobile apps configuration for iOS and Android
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.altastratus.mobile</id>
<name>Altastratus-Example</name>
<version>1.0</version>
<publisher>altastratus</publisher>
<url>http://altastratus.com</url>
<description>not specified</description>
<copyright>2014 by altastratus</copyright>
<icon>appicon.png</icon>