Top "Titanium" questions

Titanium is a JavaScript-based SDK allowing developers to create native iOS and Android applications.

How to check if array element exists or not in javascript?

I am working with Titanium, my code looks like this: var currentData = new Array(); if(currentData[index]!==""||currentData[index]!==null||…

javascript titanium titanium-mobile
Could not load NIB in bundle

I am trying to integrate Janrain Engage as custom module with Appcelerator Titanium. I have created a sample module and …

ios iphone xcode titanium appcelerator
Xamarin 2.0 vs Appcelerator Titanium vs PhoneGap

After all IDE evolutions (all platforms on topic are changed) of this year, i'm looking to understand what is the …

cordova xamarin titanium
Check if a file exists locally using JavaScript only

I want to check if a file exists locally, where the HTML file is located. It has to be JavaScript. …

javascript html security titanium local-files
Where does application data file actually stored on android device?

I have developed an Android app using Appcelerator Titanium. This app will create a file in applicationDataDirectory and install a …

android file titanium appcelerator
External SDCard file path for Android

Is it true that the file path to external SDCard on Android devices are always "/storage/extSdCard"? If not, how …

android titanium external sd-card android-sdcard
getting error msg install failed missing shared library

i have made one application which uses google maps APi,i am using titanium 1.2.2 and mobile sdk 1.5.1 for android,wenever …

android google-maps titanium
PhoneGap vs. Titanium

PhoneGap and Titanium allow you build native iPhone Apps based on HTML and JavaScript. Has anyone gained experience with both? …

iphone cordova titanium
How Does Appcelerator Titanium Mobile Work?

I'm working on building an iPhone app with Titanium Mobile 1.0 and I see that it compiles down to a native …

javascript objective-c titanium
How can I solve the Code Sign error: The identity ipad doesn't match any valid, non-expired certificate/private key pair in your keychains?

I'm new to developing for iOS (hence new to MacOSx) and using Titanium, the version I'm using is 2.1. I tried …

ios xcode ipad titanium