• Using Titanium’s Transport.py

    The Titanium Mobile SDK comes with the powerful transport.py script that allows you to generate stand alone XCode projects for your existing Titanium Mobile Projects. The transport.py script allows you to share your XCode project with clients, third parties, or others that do not have the Titanium SDK installed.  You… Read more ⇢

  • Android Emulator Snapshots

    Want to make any mobile developer flinch?  All you have to do is mention the Android Emulator.  Even with Google’s recent updates this is still a pain point for many developers. It looks like some relief is here.  Last night on twitter Tony Lukasavage posted a tip on using snapshots.… Read more ⇢

  • Titanium Stepper Module

    Want to use the iOS UIStepper in your Titanium App? Use the native iOS UIStepper in your Titanium application. This module provides Titanium accessibility to Apple’s native UIStepper introduced in iOS5. See the below on how to get started using this in your Titanium apps today. Want To Download The… Read more ⇢

  • Titanium SMS Module

    Need a SMS Dialog in your Titanium app? The benCoding.SMS module makes it easy to add SMS functionality into your iOS Titanium apps. We unleash the power of Apple’s native Apple SMS component to Titanium with an API fashioned after the Titanium EmailDialog to make it familiar to use.  See… Read more ⇢

  • Titanium Dictionary Module

    What to use the native iOS5 Dictionary in your Titanium Mobile app? The new benCoding.Dictionary module that makes it easy to this functionality into any Titanium app that targets iOS5 or greater. Want to download the module? You can download the compile module here.  Please take a look at the… Read more ⇢

  • Adding HTML Documentation To Your Titanium Modules

    Over the last few weeks I’ve been working on creating several Titanium modules.  To make life easier for myself and my users I’m using html for all of my documentation. The current Titanium 1.8.X module build script doesn’t yet support html documentation., which isn’t a big deal since you can… Read more ⇢

  • TiNetworkHelpers : Titanium module for CarrierInfo, CurrentNetwork & more.

    I am happy to announce the first release of the TiNetworkHelpers project.  This module provides support for Carrier information, SSID, BSSID, and Apple’s Reachability utility class. Download the release – You can download the compiled release here. Before doing so, please read the “Getting Started” section below to make sure… Read more ⇢

  • Using DDMS To Set Your Android Emulator’s Location

    In an earlier post I covered how to use terminal to set the location for the Android Emulator.  A few people mentioned that it might be worth covering how to do the same using the Dalvik Debug Monitor Server (DDMS).  When building Android Apps I tend to have this app… Read more ⇢

  • Setting Your Location in the Android Emulator

    It seems almost all of the Apps I write these days are location aware in some regard.  I’ve written here about the new iOS Simulator’s location setting and wanted to show the same for the Android Emulator. There are several different ways to sent the emulator’s location information. Since I… Read more ⇢