A JavaScript-based SDK allowing developers to create native iOS, Android, hybrid, and mobile web apps.

learn more… | top users | synonyms

51
votes
5answers
29k views

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 iPhone binary. How does this work? Seems like it would take a lot of heavy lifting to ...
45
votes
4answers
32k views

PhoneGap vs. Titanium

PhoneGap and Titanium allow you build native iPhone Apps based on HTML and JavaScript. Has anyone gained experience with both? What are the differences?
34
votes
5answers
17k views

How to organize JS files in a Appcelerator Titanium project

I have recently started creating an iPhone application using Appcelerator's Titanium. Since the application is essentially all JS, I needed some advice on how I should organize this project. It's ...
22
votes
7answers
10k views

Monotouch or Titanium for rapid application development on IPhone?

As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone. Both programs require a Mac and the Iphone Sdk installed. Appcelerator ...
21
votes
2answers
9k views

What happens to JavaScript code after app is compiled using Titanium Mobile

I installed Titanium from appcelerator and built the "KitchenSink" example application. All works well, I'm just wondering where does the javascript code ends up in a built app. I grep-ed the Xcode ...
18
votes
2answers
7k views

HTTP authentication between devise and iphone app

I'm new to ruby on rails but I want to send the data from my SQlite database from my iphone app to the rails web app. Like a "sync" service. I'm using devise for authentication for the web app. I ...
17
votes
9answers
8k views

Is Appcelerator Titanium now banned on the iPhone?

This question has been answered quite clearly for MonoTouch here: http://stackoverflow.com/questions/2604033/is-monotouch-now-banned-on-the-iphone But what about Appcelerator Titanium? The new TOS ...
16
votes
9answers
25k views

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 dragged the JREngage folder to the sample module xcodeproj as indicated in the ...
12
votes
3answers
5k views

Desktop application development with Javascript and HTML

I am looking for Titanium Appcelerator alternatives for Desktop application development with HTML and JavaScript. I want to convert a web app to a desktop application. Hence, there will be a lot of ...
12
votes
2answers
8k views

What are the advantages and disadvantages of using Phonegap and Titanium? [closed]

I am planning to create a cross platform application which works in Android, iPhone and Blackberry? I thought of using Phonegap or Titanium. My questions are as these: Whether in cross platform if ...
12
votes
3answers
3k views

How to append a row to a TableViewSection in Titanium?

I'm developing an iPhone application in Titanium, and need to append a row to a particular TableViewSection. I can't do this on page load, as it's done dynamically by the user throughout the ...
11
votes
10answers
1k views

Suggestions for entering mobile development — pure iPhone SDK, Android SDK, Mono Touch or Titanium?

I am entering mobile development. I have been working primarily in .NET since 1.0 came out in beta. Before that, I was mostly a C++ and Delphi guy and still dabble in C++ from time to time. I do ...
10
votes
5answers
9k views

appcelerator vs phonegap vs native XCode speed-to-market

Titanium claims it can do the same app on average 70% faster than native XCode. What's been everyone else's experience in terms of difference in speed of development (between native XCode and ...
10
votes
5answers
4k views

How to deploy Titanium app on a real Android device?

I would like to know how to deploy from TitaniumStudio to a real Android device. I have a titanium app that works in the emulator. But I'm clueless how to get it running on the real device. I know ...
9
votes
6answers
7k views

Appcelerator vs Android SDK

I have been looking at appcelerator it seems pretty fine! Without a doubt, one of the advantages of appcelerator is its support for multi-platform. I am interested in building an android app and maybe ...
8
votes
1answer
3k views

Contending with JS “used before defined” and Titanium Developer

I have a lengthy JavaScript file that passes JSLint except for "used before it was defined" errors. I used normal function declarations, as in... function whatever() {do something;} as opposed ...
8
votes
4answers
4k views

Titanium vs The Native Tools

I'm still checking everything out. I'm wondering what the limitations are if we develop the app using Titanium. What cannot be done using Titanium, for iPhone and for Android? What things can only be ...
8
votes
1answer
197 views

How i delete selected person to ContactList in application (Titanium- Android)?

I use getAllPerson() function and show all people in TableView i want to do delete selected person. but removePerson() only supported for iphone, how i delete with Android. any suggestion appreciated
7
votes
7answers
17k views

Xcode duplicate symbol _main

I'm getting the following error in Xcode 3.2.1 on Snow Leopard 10.6.2 whenever I try to compile any iPhone application generated by Appcelerator's Titanium . However , the build error only appears ...
7
votes
5answers
23k views

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 i am trying to run the app on emulator,console shows an error ...
6
votes
3answers
2k views

Parsing JSON w/ @ symbol in it

My JSON object evaluates to: { "@io": IO, "@type": XXX } If this variable is called my_json, how do I access the @type value of XXX? I tried my_json.@type, but this is giving errors. Help ...
6
votes
5answers
3k views

try to learn appcelerator titanium [closed]

I want to learn appcelerator titanium from the basic. Can anyone can tell me which tutorial to follow? [except titanium sites]
6
votes
3answers
7k views

Titanium Appcelerator back button closes my window

I'm working on building my first Android app on Titanium. I have an RSS feed loading on the first window, then after clicking a link from the rss list, I create a new window and display the full ...
6
votes
2answers
5k views

Using Xcode with Javascript/Coffeescript and Titanium?

I am getting rather annoyed with Titanium Studio so I decided to look for an alternative. I have used many IDEs (such as Aptana, Komodo, Netbeans, TextMate) but they have never seemed to be so ...
6
votes
1answer
113 views

how i check Line By Line code Deduge or Run (Titanium)?

I am new mobile application developer with Titanium. I want to see Line by Line Debug. for check some loop or code. (specially for the "ANDROID") for Checking where my application is 'Crash'. Please ...
6
votes
2answers
2k views

Does Titanium Mobile convert Javascript to native Java or Objective C compiled code?

I've read so many articles (which I listed below), but I can't get a consistent answer. We would it be possible to just pick one of the following 2 answers? If you work for Appcelerator or any ...
6
votes
2answers
1k views

Android Remote Video with Titanium

Greetings all! I'm trying to play a video that is hosted on our webserver on an android phone. I've already built this for iPhone and it works great. Droid, however is a different issue. Instead of ...
5
votes
8answers
7k views

Is Titanium appcelerator worth it for developing camera based application on ipad, iphone and android?

I want to build a mobile/tablet application whose core feature will be taking pictures with the camera , viewing pictures and receiving notifications. Also I want to target iphone, ipad and android ...
5
votes
3answers
4k views

What happened with Titanium Desktop? Which packages are needed to start? [closed]

I've choosed Appcelerator Titanium Desktop for developing my first cross-platform application, based on some research on the web. The problem is that Appcelerator stopped supporting it but released it ...
5
votes
2answers
4k views

How to resolve Titanium error “Ex…tion: No Android '-8' or android '-2.2' in the Android SDK.” on a Mac running OSX Lion?

Hi guys Im new using Titanium studio on a mac machine running OSX Lion. Im having no problem developing iphone and ipad apps but having problem setting-up a project for Android. I have an existing ...
5
votes
1answer
1k views

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 have completed. At the moment I'm chaining the methods by recursively calling a defined process ...
5
votes
3answers
2k views

titanium open new url

I would like to open a new url in the default browser when the user clicks on an image. I have looked into the Titanium.Platform.openURL but don't know how to use it. any help is appreciated
5
votes
2answers
2k views

separation of logic and UI in titanium (javascript)

i'm new to appcelerators titanium and javascript and i'm interested in coding an iphone app. i recognized that there is a need of "many" code for creating the UI. that's no problem so far, but i tend ...
5
votes
1answer
1k views

Titanium Android Screen Orientation

I have made an Android app using Titanium. The screen rotates when device rotate, how can i stop window/screen orientation in Android app?
5
votes
3answers
1k views

How to optimize the size of Titanium based iPhone App?

I have created a iPhone App using the Titanium Framework. The app has totally 4 screens. I do not use any database at all. But my application size seems to be around 5.7 MB. Is there any way to reduce ...
5
votes
2answers
1k views

Sproutcore + PhoneGap/Titanium?

I'm learning Sproutcore at the moment to write my application on it. The backend will only be a server that pushes json out to the frontend Sproutcore application. I wonder how it will be when I use ...
5
votes
1answer
587 views

What version of JavaScript does Titanium use?

I'm trying to find out what features of JavaScript I can use in Titanium Appcelerator. I've noticed that it has both forEach and map on Arrays, so I guess it's JavaScript language version is least 1.6 ...
5
votes
1answer
524 views

Titanium: Data encryption and decryption techniques on Android devices

I am using Titanium 1.7.6 I am developing an android 2.2 application that will access images/videos/pdf/text from my resources folder from sd card. I want only the application to be able to read the ...
5
votes
4answers
1k views

How do i create a portable app (runs without installing)

how do i create an app that is: lightweight: i am guessing don't require .NET frameworks maybe? portable: runs without installing and saves data in the app directory, so i can just move the folder ...
5
votes
2answers
449 views

Push Notifcation Woes with Titanium & XCode

I am using Titanium 2.0.2 to create an iPhone app which must, amongst other things, be able to receive push notifications. I have done the following a. Created the AppID in my Apple Developer account ...
5
votes
1answer
2k views

Android can't retrieve my current position (Appcelerator Titanium)

I'm using Titanium SDK 1.5.1 for both iPhone and Android development. I have an app that loads a map with my current position perfectly on iPhone. But, for android, nothing is showing but an error ...
5
votes
3answers
2k views

PHP and titanium for desktop development

Titanium claims to support PHP, but I haven't been able to find one example or tutorial (those on their website about services don't make any sense to me). If you are aware of any working examples, ...
4
votes
5answers
2k views

Should I learn native iOS development (Objective-C) or perfect my knowledge in Javascript and Titanium Appcelerator?

Basically I need your advice my good stack friends :D For the last six months I am exploring/learning/developing iOS apps with Titanium Appcelerator mobile framework. My experiences are mostly good ...
4
votes
4answers
1k views

what are the main limitations of titanium as a mobile development platform?

I intend to start an iphone/android project with the titanium SDK for mobile. Do you know what are the main feature-wise pitfalls to avoid ? what sort of features will be very hard or impossible to ...
4
votes
5answers
5k views

How to Configure Android SDK for Titanium in Mac OS Lion?

I have successfully installed Titanium Studio. SDK Version:1.7.5.Now I have downloaded Android SDK from http://developer.android.com/sdk/index.html Now i am trying configure Android SDK but when i am ...
4
votes
3answers
567 views

Is Titanium bugfree? and is it equally compatible for developing iOS apps as XCode and Objective-c?

Few days back i was pretty much sure that Titanium is a great IDE for developing iOS apps but in last few days i have gone through few articles about Titanium and some of these articles pointed that ...
4
votes
7answers
703 views

Titanium compatibility with Android

Will Titanium work properly on all android sdk versions (1.5, 1.6, 2.0, 2.1, 2.2).....
4
votes
2answers
3k views

How to query the child views of a parent view using Titanium?

I am looking to create a general purpose routine that will operate over a view's children. Within the routine I need to be able to iterate over the child views. I don't see anything in the API that ...
4
votes
3answers
7k views

How to simply handle orientation changes?

I'm not talking about doing anything fancy. I'd just like the standard windows and views to rotate when the user rotates the device.
4
votes
3answers
4k views

Titanium for iOS Development on Windows Platform

I have downloaded Titanium for Windows platform. After installing correctly... I found that it needs iOS SDK.. So from where should i get iOS SDK. Is Development of iOS possible in Windows ...

1 2 3 4 5 44