Top "Titanium-mobile" questions

A JavaScript-based platform to develop native mobile applications from a single codebase

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
Easy to follow beginners tutorial for Titanium mobile/studio

I'm new to Titanium mobile as well as titanium studio, but have heard good things about it. Can anybody recommend …

titanium-mobile
Adding Days using Moment.JS

Having a few issues with simply adding a day to a few dates in an Appcelerator project using moment.js …

javascript date titanium-mobile appcelerator momentjs
what is a adb daemon?

While running an application .apk file is formed and that apk file is installed in the emulator. for installing the …

android android-emulator apk adb titanium-mobile
What is the correct way to chain async calls in javascript?

I'm trying to find the best way to create async calls when each call depends on the prior call to …

javascript node.js titanium titanium-mobile serverside-javascript
Titanium Studio cannot find Android SDK (tried multiple solutions)

Okay. I'm kind of at my wits' end here. I've been trying for about 2 days to set up Titanium Studio …

android titanium titanium-mobile
How to Call a WebService in titanium using javascript

I am new to titanium and and want to call a web service from my titanium app. The webService returns …

javascript titanium appcelerator appcelerator-mobile titanium-mobile
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited

I am trying to change the color of the cursor in TextField in Titanium android app. For that I created …

titanium-mobile
Titanium appcelerator failing on build

I am trying to run my app in the iPad simulator, but I keep getting this error whenever I try …

iphone ios xcode titanium titanium-mobile
How to get req and res object of Expreejs in .ejs file

I am trying to use Express js with .ejs views. I want to redirect my page to some another page …

node.js titanium-mobile express ejs