My mobile titanium app is loading data from a remote url, in the form of a xml file, that I have generated. The idea is that the app is downloading that xml and processes it into a SQLlite db. But I w
Hello I\'m building an iPhone app in Appcelerator Titanium and one feature I\'d like to add is forum support for a SMF 2.0 forum. I\'ve installed the Tapatalk API on the forum and have successfully go
I have a custom built tableview, where I am building the text i开发者_开发百科n the table row by row.I have a big loop that goes through a set of XML data and builds the row based on an RSS XML feed.
So I\'m getting started using the Appcelerator Titanium Mobile framework. I wanted to try out the ability to deploy a mobile web app. However, I can\'t find any documentation on it. I just installed T
I am building an app using appcelerator which needs to display a mathematical expression e.g 2^3 but with the 3 being a small number above the 2. Is there a way to express mathematical expressions in
Hopefully I can articulate this problem well. I\'m working on a simple audio player in Titanium Desktop. The primary code I\'m focused on right now is the following:
Im attempting to take a look at the kitchen sink app example through titanium studio and everytime I attempt to open and run the project 开发者_如何转开发it tells me git.exe has stopped working and sh
I have some kind of login window, it\'s opening at the the start of app, also I have tab group with few wins on it. So when I push login button(that is placed on the login window) I close login window
What 开发者_如何学编程is the Titanium method that shifts application focus to the Titanium app when an event occurs? For example, my application is constantly running in the background, and I want a w
I am developing an iOS app using appcelerator and I am trying to use JavaScript factories to seperate design (UI) from functions.