Questions tagged [titanium]

Please use [titanium-mobile] for all questions about Titanium Mobile - the mobile app framework.

The Titanium Mobile SDK leverages over 5,000 device and mobile operating system APIs to create native applications that perform and behave just like they were written in (iPhone and iPad) or (Android phone and tablets) native apps that deliver user-optimized experiences.

In addition, you can reach billions of other devices by deploying to the mobile web or create rich hybrid applications that leverage the best of both worlds … all from a single code base. Whether there are updates to the operating systems or updates to your applications, make sure they're built quickly, tested, and deployed to keep your users interested and engaged.


References

5340 questions
284
votes
20 answers

How to check if an array index 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||currentData[index]!=='null') { Ti.API.info("is exists " + currentData[index]); return true; } else { …
Pradeep
  • 6,303
  • 9
  • 36
  • 60
265
votes
6 answers

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 state of technology for those platforms. What are strengths and weaknesses of each ones? There are some limitations of one of those…
Valerie Linc
  • 2,811
  • 3
  • 14
  • 12
137
votes
34 answers

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 Jainrain's documentation. Now I give build…
Goje87
  • 2,839
  • 7
  • 28
  • 48
79
votes
3 answers

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 analyze the JavaScript code and do a direct…
Darrell Brogdon
  • 6,843
  • 9
  • 47
  • 62
63
votes
1 answer

How do you integrate the Parse Javascript API with Appcelerator and not use undocumented calls?

I would like to create a user from his/her Facebook credentials without using undocumented calls. I do not believe it is possible based on the current implementation of Parse Javascript Library for two known reasons: 1. The current implementation of…
Aaron Saunders
  • 33,180
  • 5
  • 60
  • 80
56
votes
6 answers

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?
powtac
  • 40,542
  • 28
  • 115
  • 170
44
votes
5 answers

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 becoming very easy to just create long procedural…
Tilo Mitra
  • 2,805
  • 1
  • 26
  • 20
30
votes
2 answers

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 project and also the result application as I found…
Michal
  • 4,846
  • 3
  • 33
  • 25
29
votes
3 answers

Parsing JSON w/ @ at sign symbol in it (arobase)

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 appreciated. Thanks, Nick
user823596
  • 341
  • 1
  • 6
  • 8
27
votes
2 answers

What are the advantages and disadvantages of using Phonegap and Titanium?

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 it is possible to achieve all the native behavior…
Ads
  • 6,681
  • 12
  • 47
  • 72
27
votes
7 answers

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 Titanium was the first app I tried, and it is based…
Ronnie
  • 4,959
  • 10
  • 51
  • 69
25
votes
7 answers

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 [INSTALL_FAILED_MISSING_SHARED_LIBRARY] what does this error…
pranay anand
  • 713
  • 4
  • 13
  • 26
24
votes
2 answers

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 enabled basic HTTP authentication and I can curl into…
Keith Rumjahn
  • 461
  • 3
  • 8
  • 16
24
votes
8 answers

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 a iphone app later on. So it is not crucial to…
pars
  • 3,700
  • 7
  • 38
  • 57
23
votes
9 answers

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 will never be disabled. jQuery is not good but can do. By the way, I am making a titanium app for Mac so I am looking for a way of…
JqueryToAddNumbers
  • 1,063
  • 3
  • 14
  • 28
1
2 3
99 100