Skip to content

Instantly share code, notes, and snippets.

// I was unhappy about there was close to no control over the "pageControl"
// in scrollableViews, so I hacked my own
// -----
// Configuration
var pageColor = "#c99ed5";
PagingControl = function(scrollableView){
var container = Titanium.UI.createView({
height: 60
/**
* This sample lets you record and share video with Appcelerator Titanium on Android.
* Tested on 3.2.1 of TITANIUM MOBILE SDK, should work on 3.x. I don't know about previous versions.
*
* Based on https://gist.github.com/dawsontoth/832488
* which does not fire the activity callback on 3.x
*/
/**
* First, create our UI. We'll have two buttons: record, and share.