I\'m evaluating Appcelerator Titanium for a project. The one feature that I\'m concerned is that my project will require me to crop images. Using comple开发者_如何学Pythonte image processing would be
I recently worked on app which got crashed. I made this app by using App开发者_如何学运维celerator tool which let you write apps in Javascript. The code which apple pointed and the crash report is giv
I am writing my first app using Appcelerator Titanium and I\'ve hit a snag that I can seem to shake. Every other service I have used is working through the JSON server (node.get, view.get,system.conne
Is there any efficient way to load images on scrollableview dynamically in Titanium Appcelerator? I wa开发者_如何学JAVAnt to load 200-300 images on swiping the scrollableview.this is the cleanest solu
lets say we want to do a simple app for android and for this app we want some data. Tho开发者_Go百科se data when i test my example on my pc locally i have them in a file with json format.
I can\'t find a property in the API documentation that would make an Appcelerator desktop applications window a fixed size. In other words, I don\'t want the user to be able to resize the window.
I tried addingbarimage:\'corkboard.jpg\',b开发者_StackOverflowut it does not work but it does only works for colors barColor=\'#fff\',
in titanium, i\'m using the webview to display a wordpress blog page, that is already formatted for mobile browser. instead of writing my own interface, this works as a good work around. the apps sole
i\'m 开发者_Go百科wanting to display the stream of a facebook fan page within an iphone app. i know it\'s possible to do this with a twitter stream, but wasn\'t sure if it was available to do w/ faceb
I\'m building an iPad app using Appcelerator and I need to securely download an XML file from a web server.What\'s the best method for doing this?