Skip to content

Instantly share code, notes, and snippets.

@jgyurkovitz
jgyurkovitz / androidCameraTrial.js
Created December 7, 2010 03:16
My trials with trying to get my camera app to work on android.
/***********************************************
** Version that should work but doesn't **
***********************************************/
Titanium.UI.setBackgroundColor('#000');
var cameraWindow = Titanium.UI.createWindow({
backgroundColor:'#FFF'
});