when the user click on the tableviewrow, alert box \'row\' will occur. And inside the tableviewrow, it contains another view that contains a image vi开发者_运维问答ew. An alert box \'label\' will popo
I\'m trying to send a file, as an attachment, via the phone\'s e-mail client using Titanium Mobile. I\'ve run into a snag where the attachment is sent, but is received as a 0-byte file.
I\'m using Titanium Studio (1.0.0.201104272233) and Titanium Developer (1.2.2) and have just begun my app development. It builds just fine to the iPhone simulator. Yay! BUT. . . when I attempt to buil
I am making application which requires to implement Tabl开发者_JS百科eView. I want to apply background image to tableview.
I am porting a titanium ap开发者_如何学编程p to monotouch due to its high cost, but need to find a
I am making an app in which i have to show Map in my Application. I am able to show map and able to add Markers using annotation on Mapview.
I had a look at Appcelerator Titanium and I开发者_Python百科 was wondering if it lets the developer interact with external accessories the way expected with traditional Apple\'s Objective-C External A
I\'m developing with SDK 1.6.2 I execute a query using the following SQL var dbrows = db.execute(\'select item_logo , item_id,item_title,item_contentfrom item\');
I am trying to add additional interface elements to a showCamera display in my iOS app. I know I can add an overlay with the code below. The problem: This overlay will always have the size of the ent
I am writing an iOS application that utilizes the camera. I want an image (and ultimately a control element or two) overlayed over the camera picture.