Is there a way to obtain a version number of a Titanium app? e.g when installed on an iOS device then perhaps obtain the CFBundleVersion and when installed on Android then obtain its version number.
I am new in this field. I am working on Android application development. I am using Titanium studio for development. Currently I am working on log in component. I am using following code:
When I create a new window in Appcelerator I need to change the background image. This is done by setting “barImage”. The window itself is a child of a navigation group and has its own children. Whe
i have a huge problem since yesterday!! i have installed titanium studio,it runs with android and ipho开发者_JAVA百科ne.
I Create the Table View ,each row will contain Text and checkbox loaded the row with values from Database, where i set some checkbox in default true and remaining are false, but when i scroll the chec
i have a ta开发者_如何转开发ble view containing multiple tabs, on this tabs i want to add picutre, title and a description lets say as a subtitle. Im new in the appcelerator environment and i have no
I am using an AVAssetWriter to encode a series of images to a movie file, following Zoul\'s answer here: How do I export UIImage array as a movie?.
When I type \"adb d开发者_如何学Pythonevices\" I can see my usb device listed. USB debugging and unknown sources on connected device are enabled and yet still when I press run I don\'t see this device
How can i parse this JSON feed in Titanium Mobile App . { \"data\":{ \"mat_78\":{ \"id\":\"78\", \"title\":\"latest title here\",
var _picsTaken = 0; var timer = {}; Titanium.Media.showCamera ({ saveToPhotoGallery: true, allowEditing: false,