1 Install Shows 2 times in App drawer
Hope someone is in a holiday-inspired problem solving mood! :) I hope that this has been answered and that I'm just unable to search for the issue using the right terminology. I can't afford for this...
View Articlehow to install other *.apk application on android platform?
hello, I am develop an application on android platform use titanium, in my application I want to open or install other apk file on the SDCard to the android system, is that possible? And is it possible...
View ArticleSince Studio 3.2.0 - it's not finding my Android SDK
Just today, Ti Studio has decided to not be able to find any Android SDK in the location I have specified (and where it has always been). In Preferences > Studio > Platform > Android the...
View Articlehow to create Spinner control
I would like to create a spinner control like the one given in following url: http://developer.android.com/design/building-blocks/spinners.html Kindly provide me a way to do so with titanium alloy.
View ArticleFatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 1427...
Application type: mobile Titanium SDK: Titanium SDK version: 3.1.3 (09/18/13 12:00 222f4d1) Platform & version: iOS 7.x, Android 4.4, OSX 10.8.x Device: iOS simulator, Android emulator Host...
View ArticleAndroid Garbage Collector Eating my Variables in Alloy Controller, can I stop...
I have a simple controller that is called from another controller which crashes because of Android Garbage Collection. This is the code that crashes: var options = ['a','b','c','d','e']; Â var...
View Article"Unable To Create New Project"
Overall, this program has given me hell. I'm trying to be persistent, as the guide lacks newb-friendly approaches. I'm trying to install this so I can create mobile apps. I installed the Android SDK...
View ArticleIn Titanium 3.1.3 Ti.Platform.openURL is not working in android mobile
detailHtmlContent.addEventListener('beforeload', function(e) { if (e.url.match(/^file:\/\//)) { Ti.API.debug('beforeload.local file.'); } else { Ti.API.debug('remote url. open with browser!');...
View ArticleAndroid Icon Management
While making a proper application. How could we do icon management. For example I am making an android application with action bar and many icons. Regarding this I have many questions: 1) Where can I...
View ArticleAndroid alloy template - action bar - slide menu?
Hello, first I would like to say I'm not asking for anybody to do the job for me. I am only completly lost as I am not used to appcelerator/titanium. I have made an application using phonegap, but in...
View ArticleStart Activity from Service Debugging
I am having some problems with my Titanium application when I am trying to start an activity from a Titanium.Android.Service. The Bug: I am using benCoding's Alarm Manager Module so that the service is...
View ArticleTitanium Android GPS Tracking Background Service
Hi, I have some quiz. how to coding a GPS Tracking runing in background service and Start/Stop when press switch in app? My GPS Tracking stop after 5 minutes. Please Help me. tracksgps.js -- Tracking...
View ArticleStart Activity from Service Debugging
I am having some problems with my Titanium application when I am trying to start an activity from a Titanium.Android.Service. The Bug: > I am using benCoding's Alarm Manager Module so that the...
View ArticleReloading the window when orientation was changed using Android Titanium
Hi my app's whole window is reloading when orientation was changed. How can I fixed my app to set no reload when orientation was changed. Here's my tiapp.xml <android...
View ArticleWebView behavior discrepancy on Android API level 10 vs. 13
I'm seeing some strange behavior with a WebView on Android, and I've narrowed down the change to between API level 10 and 13. On API level 10, when a WebView is loaded in a window and the device is...
View ArticleEmbedded PDF Viewer For Android
Just want to share this. Since android doesn't support PDF viewer, anybody can easily render pdf document by using google viewer service. For example the url:...
View ArticleAndroid app crash and restart
Having a big problem. I run my app on android device and when i click on a button to open a new window, i gt this error and the app restarts. 12-26 12:59:05.773: I/DEBUG(2228): *** *** *** *** *** ***...
View ArticleAndroid status bar and nav bar not hidden
I'm trying to hide status bar and nag bar from my android app. But so far its unsuccessful. Here is my code:function createStoreTab() { var storeWin = Titanium.UI.createWindow({ fullscreen: true,...
View ArticleError updating data array...
Hi,I have to change my array drop down elements onClick event....But as i click & as the event is fired the list inspite of changing,it is getting appended.Do help me ....Here is my code so far......
View ArticleTi 3.2.0GA: Android device installer not working
Hi. After resolving my problems with the emulator, that is currently working, I'm trying to install my app to a Nexus One test device without success. The only thing I get is: [INFO] : Alloy compiled...
View Article