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...

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...

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