Community Questions & Answers
How to structure authenticated app?
I have been working for a while on an app that uses createHTTPClient in a lot of different places to hit my API. Now, I have enabled authentication for a lot of my API services. As expected, I am receiving ~~~ {error:"access denied"} ~~~ Is...
Deployment App to iOS AppStore
First I use: Titanium Studio 2.1.2.201208301612 Titanium SDK 2.1.4 XCode 4.5.1 Application Loader 2.7. Mac OS X 10.7.5 My App is ready for app store from Apple. Works fine on my devices and i love it ;-). Now, I used Publish in Titanium Studio. That...
Error distributing my app for ios 6.0
Hi, I'm trying to distribute my app but on validating on XCode, I get the following error: ~~~ iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 ~~~ Besides...
XCode 4.5 - iPhone/iPod Touch: architecture missing
Hey, My Setup: OSX: Mountain Lion SDK: 2.3.1.GA XCode: 4.5 This ist my problem: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 thanks for help.
Deep details of Titanium architecture
Hi, is there anywhere a site with detailed information about the technology and archtitecture of titanium. Most interesting for me is - What Titanium is doing when I compile a project? - Which parts of code are interpreted on runtime? - What's the...
LIst of Architecture to develop a Mobile Application Development
Anyone tell me abt Various type of Architecture to develop a Mobile Application Development (eg. MVC). and suggest me which is on best ( in way of optimize devp time, performance)
Recommended Pattern / Architecture ?
I have built an application that works ok but I want to re-factor things a little and move towards some sort of best-practice architecture. There's a particular part of my application that is far too "procedural" and I want to adopt a more...
How should events be used in CommonJS architecture?
It seems everyone is moving towards the CommonJS architecture for structuring Titanium apps. It also seems like events are the preferred way of communicating app status between CommonJS UI components, since we are no longer meant to use global variable to...
Event driving MVC Architecture
Hello, I'm new to the event driven programming arena and am looking for some advice and models to follow to understand how to write larger, well structured, event driven applications specifically with mobile development with appcelerator. I've written MVC...
Which is better ?
CommonJS, using require() in the js file as late as possible, is the recommendated architecture for Titanium. But I tried also using another approch global context reference. In app.js define all the modules needed in global namespace. Then add global in...
Appcelerator really make native application?
Hi everyone, i just finish a prototype application using Titaium for my thesis at university. So, now i'm writing the final document but i can't understand one thing about Titanium: Does it really make an native application or it make a native package with...
Source code generated by Titanium
Hi all, I would like to know if Titanium, when compiling a project, translates my JavaScript code into Java/Objective-C code. In order to make further improvement to the final code it would be useful to access that code. If it does, do you know where I...
Application Designing Question
I have a set of words such as dog,cat..etc and related graphics for dog,cat..etc(probably more than one picture for each of the above words).And also sound files of the words(eg.dog bark etc)..... i just want the app to show the the words cat,dog,etc in a...
Showing 1-13 of 13