Skip to content

Instantly share code, notes, and snippets.

View k0sukey's full-sized avatar

Kosuke Isobe k0sukey

View GitHub Profile
@yagitoshiro
yagitoshiro / StupidimagereaderModule.java
Created August 12, 2012 17:12
画像ファイルを読ませると幅と高さを持ったTiBlobを返す
/**
* This file was auto-generated by the Titanium Module SDK helper for Android
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* var mod = require('org.selfkleptomaniac.ti.mod.stupidimagereader');
* var image = "washingmachine.jpg";
*
@mochiz
mochiz / gist:3151584
Created July 20, 2012 16:05
Titaniumでアプリ名表記を変更する方法iOS+Android

Titaniumでアプリ名表記を変更する方法iOS+Android

2.1.0.GAで確認

iOSのアプリ名表記を変更

i18n/[ロケール]/app.xmlを用意する

# i18n/ja/app.xml    
@tzmartin
tzmartin / video.thumbnail.js
Created July 10, 2012 17:46
Create Thumbnail Image From Video File, Titanium Mobile
/**
Create Thumbnail of Video File
This snippet captures a thumbnail JPG image, based on a frame @ 2 second time-lapse.
Titanium Mobile
*/
var movie = Titanium.Media.createVideoPlayer({
contentURL:FILENAME,