I am developing an app iOS app in appcelerator and I got a table with user. When I click on the user it 开发者_StackOverflow中文版opens the profile but I also want the user to be able to copy the name
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
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 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
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
I am developing an iOS app that uses a single context architecture. I make frequent calls to my API (PHP) and I want to \"cache\" the output for as long as the session is active. Right now I am saving
I am developing an iOS app with Appcelerator Titanium Studio and SDK 1.7.2. I am working in a single context way of doing things (like tweetanium).
I\'m writing my first titanium app and am wondering what is the best way to manage a users settings.
I am developing an iOS app in Appcelerator and in this I am trying to make navigation based on vertical and horizontal scrolling.开发者_如何学Python