KitchenSink not running for android
Hello, I have setup titanium studio and install android sdk and import KitchenSink project but when i run this project it return below error. Titanium Command-Line Interface, CLI version 3.2.1,...
View ArticleHow to use different orientationModes in the same app in Ti 3.x
I have an app that is mostly used in PORTRAIT mode, but there is one specific window that must be in LANDSCAPE, I've tried using the code bellow, but it does not work, and setting a orientation for...
View ArticleObject disappears after animation
Hi, why imgView disappears after animation instead of remaining?var win = Ti.UI.createWindow({ layout: 'vertical', navBarHidden: true, width: '100%', height: '100%', backgroundColor: '#fff', }); Â var...
View ArticleHow to obtain SHA1 fingerprint certificate for Android Maps
I've successfully gotten my first app running under iOS and now want to adapt it for Android. It's a simple two-tab app which has a list of events on the first screen and a location map on the second....
View ArticleTiHttpClient client on host connecting
Application type: mobile Titanium SDK: 3.2.2 Platform & version: iOS , Android 2.3.3, Android 4.2, Device: Nexus 7 Host Operating System: Mac Maverics Description: I want to connect to server via...
View ArticleFailed to compile Java source files:
I am working with the latest release of titanium studio and sdk. When I try to install the app in a emulator or in a android device the next error is displayed by the console: [INFO] : Building Java...
View ArticleAndroid: Prevent automatic scroll to TextField after button click?
In Android code, I have a ScrollView with a TextField at the top, followed by some content and controls such as pickers and switches. After clicking on any of the controls, the ScrollView immediately...
View ArticleAnimations don't work! Is this a possible bug?
Hi, I don't know why but I can't create animations neither the following simple code:viewMain.addEventListener('click', function(){ viewMain.animate({ opacity: 0, duration: 5000, });I get this in the...
View ArticleNeed iOS / Android developer for VERY LONG RELATIONSHIP.
Hello, I'm looking for some Titanium Certified developers who can work on iOS and Android operating systems. I have 40 different application ideas and for starting I'd like to work with people who has...
View Articlesearch by date
I want to make a table view in the head of the table i want to make a search by date how can i make it i am using titanim android
View ArticleImage re-size problem with base64Encode/Decode
Hi, I am using alloy framework and my titanium sdk version is 3.2.0.GA. I have implemented as follow: var win = Titanium.UI.createWindow ({ backgroundColor : '#fff', layout : 'vertical' }); var...
View ArticleView borderRadius not work with Android Device?
Hello, I am using View UI. for display one image. I have need to use borderRadius properties. This property is working good with iOS device. but not working with Android. I am using Titanium 3.2.2...
View ArticleProblem with Tab icons in Android
I am developing an App for iPhone and Android, the App is working fine on iOS but on Android when I press any button I get the following error [ERROR] : TiExceptionHandler: (main) [6488,33628] -----...
View ArticleRandom nullpointerexception on android
I have an application which uses scrollable views practically in every windows. At times however the whole app crashes with a null pointer exception in a random sequence. I believe it happens more...
View ArticleFailed to run dexer
[ERROR] : Failed to run dexer: [ERROR] Application Installer abnormal process termination. Process exit value was 1 I am getting this error. Titanium version 3.2.2 GA. Please help...It is very...
View ArticleHow to use publishinstall to track instals?
Trying to use the module https://github.com/taniele/publishinstall#publishinstall to track the installations on android devices that my app has, the only example that comes is var publishinstallfb =...
View Articlejquery mobile android titanium
hi i want to add jquery to my application using titanium for android how can i do this some exemples plz and thnx a lot
View ArticlecreatePicker: action on selected row
Hello!! I have a button that displays a picker which at the same time I would like that when the user clicks on an option it does something, as for example, "closes the window", example: // Button and...
View Articledensity-specific resources on Android in Alloy
So, i'm having problems with Android resolutions in Alloy, i just read the documentation and is a total lie, this is the link:...
View ArticlePush notifications android error
Hi I want to include push notifications in my app. I followed all steps: Creating a Google API project, Enabling the GCM Service, Obtaining an API Key, and putting Google API key and GCM sender ID in...
View Article