I have a problem with tableView, specifically when I use a valid url as data for leftImage. It works like a charm if I use a local file, but not with any valid URL.
i have a blackberry project in titaniumappcelerator, to install it on my device i need to build it first, but i cant find any button that lets me build the project. Googling didnt help me at all.
I\'m trying to make my first mobile app using Appcelerator. When i try to load a local image into the array using \"leftImage\", the image doesn\'t show. However when i change the path to something th
I cannot see what I am doing wrong here. Simply put, I want to add custom row to a section, add the sectio开发者_StackOverflow中文版n to a table view, then display the view in my window. Sounds easy e
Aptana/Titanium开发者_如何学C Studio is a pretty good IDE, but the preferences are a mess. I want to basically turn off all the annoying highlighting and code hints it bombards you with but can\'t fi
How can I retrieve the BSSID / mac address and strength of nearby WiFi networks (not the local device) from an Android / iOS application? This application has been built using Titanium. Titanium.Platf
I was just reading some stuff related to Titanium. So, i wanted to know whether Apple will accept my app or not? I think, titanium-built apps will not be facing any problems right?
Our product, a desktop app, is composed of a ton of HTML5 and JavaScript together with a thin platform-specific layer that is basically a WebKit shell. Since this is much the same strategy as a framew
My app is all enclosed inside a ScrollView. When the user clicks the Android back button, I\'d like to go back to the previews page of the scrollable view, instead of closing the app. The app should c
In the past I have built several webapps using html/css/javascript/ajax/php. Lately I have been interested in porting these apps 开发者_如何转开发to Android and iOS.