Pass data from an Android local notification, to a minimised app
I'm using TiSDK 3.2.0GA on Android. I can successfully create a local notification using bencoding.alarmmanager with the following code in a background service: var activity =...
View ArticleAppcelerator Android removing child views for managing memory
Hi, In my view having lot of views around 60 to 80 views and from navigating from one .js class to another .js class , i am removing child views from the parent view for android memory manage but...
View ArticleAnimation flicker
Hi, I test my animation on my device and the animation flickers!! // the window ================================== var starter = Ti.UI.createWindow({ navBarHidden:true, top:0, backgroundColor:'#000',...
View ArticleVertical labels switch back to default (horizontal) after scrolling them off...
What I'm trying to do is rotate labels into a vertical orientation. The following code worked fine before I updated to 3.2.0. However, now, whenever I scroll the view the labels off screen and then...
View ArticleJAVA error with Titanium
Hello everybody, I installed Titanium and configured the Android SDK, everything works fine, but when I tried to execute one of my projects, and although I configured JAVA (using the global variables,)...
View Articlewebview can't scroll to bottom
I have a webview loading local html, I can't sroll to the bottom of the html.On ipad I can see the bottom but as soon as I release the scroll It goes up and hide the bottom of content. here is my code...
View ArticleListview crash and some other questions
using the latest version, 3.2.0ga for android development I'm still trying to figure out exactly how listview works. I'm trying to create a simple listview with a template to start working and when I...
View ArticleEmbedded youtube on webview still playing on Android
Hi I have this code: var movieUrl = "http://www.youtube.com/embed/" + trailerId + "?fs=1&autoplay=1"; webview = Ti.UI.createWebView({ url : movieUrl, width: Titanium.UI.FILL, enableZoomControls:...
View Articletitanium 3.2 serious issues with android
I have encountered two serious issues for the new titanium 3.2 with android on Mac 10.9.1, I had to roll it back to titanium 2.0 to use old SDK to work around for now. in preference page, it keeps...
View ArticleHow to set gravity behavior on android
Hi all, I can get acceleration x-y-z axis. But gravity is a problem for my app. I must detect only acceleration, no gravity. Is it possible if no How can I get gravity angle on andorid. Like...
View ArticleAndroid Uncaught TypeError: Cannot read property '_hasJavaListener' of...
app: android mobile sdk 3.1.3.GA os: osx mavericks studio Titanium Studio, build: 3.1.3.201309132423 output: emulator, API - 4.2.2 and Samsung Galaxy Tab 3 device I have a tableViewRow populated from...
View ArticleUnable to find generated R.java file
I am using latest titanium studio with the 3.2.0 sdk version I am getting Unable to find generated R.java file error when running my project. please tell me any solution Thank You.
View ArticleAnimation on android
I am trying to get animation working on android this works fine on iOS but not android. The code is as folows: function moveMe(){ var matrix2d = Ti.UI.create2DMatrix(); matrix2d =...
View ArticleNeed help with Android codes using Appcelerator Cloud Services with Eclipse
Greetings everyone, I need some help with Appcelerator Cloud Services for Android Mobile Application I am using Eclipse for Android Application. I would like to ask if there is an example that would...
View ArticleWhy shows Process exit value 1?
Titanium Command-Line Interface, CLI version 3.2.0, Titanium SDK version 3.1.3.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. [INFO] : Running emulator process: python...
View ArticleSearching in ListView like searching contacts on the phone
I have a searchBar that searches in my ListView it works fine, but if my list contains a word for example like "Adam" and I typed in the searchBar "m" the list will be filtered to any word that...
View ArticleAndroid Key board and Spalsh page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look Application...
View ArticleAndroid Key board and splash page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look on the...
View ArticleUnlicensed module(s) detected.
Application Type: Android Mobile Titanium SDK 3.2.0.v20131203104847 as well as 3.2.0.v20131127194046 Platform: Android 4.1.2 with OS X 10.9 Physical Device: Samsung Galaxy S3 Titanium Studio, build:...
View ArticlePan and Zoom Images
Hi, I'd like to be able to pan an image and zoom it with either a pinch or doubletap. I had tried scrollView but found it was limited to one direction. I then used the canScale property in the...
View Article