I\'m writing an iPhone app using Appcelerator Titanium Mobile.I am hiding and showing the tab group based on what window has focus.
I am developing a mobile application and I am not开发者_JAVA百科 sure how to do this. I am going to use Appcelerator Titanium for iPhone.
I am using Appcelerator Titanium and the code below works fine on iPhone but not on Android and I am unable to find out why. Can anyone help?
I am working on a small iPhone app using Titanium/Appcelerator. Now what I am trying to do is the following:
if so how? birthday_picker = Ti.UI.createPicker({ type:Ti.UI.PICKER_TYPE_DATE, minDate:minDate, maxDate:maxDate,
I am finding the current X and Y position in \'touchend\' event. Now say the original position of ImageView is ; left=100 and top=100. On touchend it just gives value in 2 digits that is either 8,10 o
I\'m trying to create a custom module in Appcelerator for the new Square API for Android. I have everything the way I want it, but the main problem is that I want to be able to notify the caller that
I am trying to figure out how to make a multi-screen app using Appcelerator Titanium.I am familiar with Android development, so using the Android SDK I would create a few different activities, each do
again another question: I have a scrollView where the images loaded by createView, but how can i add an image from an url? In my case if i change ../images/.... to http://www.codeworxx.com/images/...
I\'m developing an iPhone app at the moment using Appcelerator Titanium which has 3 tabs in a tab group.