Appcelerator extending UI elements

If you have every used <NavigationWindow&gt in your Alloy code you know that it will only work with iOS. But what if you don’t want to have to duplicate all your code for android? // index.xml <Alloy> <NavigationWindow id=”win1″ platform=”ios”> <Window class=”container”> <View> <Button onClick=”showDetails”>Show Details</Button> </View> </Window> </NavigationWindow> // Terrible we are duplicating code!!…

Appcelerator Studio Overview

Lets take a look around the Appcelerator (Appc) Studio IDE. Appcelerator Studio is an Eclipse-based IDE that provides a single, extensible environment to rapidly build, test, package, and publish mobile apps across multiple devices and OSs. Assumptions Downloaded and install the Appc Studio already Have node.js installed Installed the Command Line Interface (CLI) Have Xcode…