Tab icon and title position on Android
Hi, hope someone can help on this. I have set both title and icon image for tabs in tabGroup. On IOS, the title is automatically displayed right underneath the icon and is center-align. But on Android,...
View ArticleFacebook Checkin stopped workin?
Hi. It seems that facebook checkins has stopped working. This is the code that i have used in several projects to do a checkin and now everything crashes... in app.js var win = Ti.UI.createWindow({});...
View ArticleHow to call a native android app from titanium app?
Hello everyone i'm new to titanium. the problem is: I need to call a android app i've develope from a titanium app i'm developing. I've understand i can do this by using the Intent, but i haven't...
View ArticleFacebook.authorize works on iPhone, nothing on Android
I'm trying to do do a Titanium.Facebook.authorize(), and it works on iPhone, but I get no reaction on Android. The login event never get fired. :-/ Nothing gets printed to the log after 'Time to log...
View ArticleTrying to get started 2
Ok updates are installed and now i need the Android sdk.I follow the install/Update sdk. and watch the Android sdk manager witch will fill in the files i need (I Think) it comes back with 3 install...
View ArticleAre GUI changes queued up on Android when in background?
On iOS, any changes to the gui are queued app if the app is in the background (and then executed as soon as the app goes to foreground). I know Android background running does not work in the same way...
View ArticleFirst Android app (FB Photo Viewer) approved! Thanks Appcelerator!
Just wanted to say thanks to everyone who helped answer my many questions and the great support on the forum. Please go check out my app, FB Photo Viewer!
View Articlecan't run android emulator
I've just install titanium studio on a new computer running mac osx. using the latest sdk (3.13) and latest android sdk (4.4) I have downloaded , installed, and configured the android-sdk as showed in:...
View ArticleSplash Doesn't Display On Android: works on iOS
Hi I have an issue in my Alloy where the splash works fine on iOS but does not show on Android. I have set up everything correctly, and even confirmed by creating a new app and copying the resources...
View ArticleTitanium Emulator Problem
Hello, I am facing a problem with the execution of my application with the Android Emulator (using the Titanium SDK 3.1.3), but I am still getting this error message: [ERROR] Exception occured while...
View ArticleGoogle Play: You uploaded a debuggable APK
I have uploaded several apps to the Google Play market previously, but all of a sudden when I try to publish a new app I keep getting the following error: "Upload failed You uploaded a debuggable APK....
View ArticleHow to get tableview row data when being clicked for Android?
As shown in the following code, I am trying to use the data of a tableview when a row in the tableview is clicked. It will open a new page and display the corresponding data contained in the row. Like...
View ArticleCreating popover for Android
I'm building an app for iPad and android. Now for android, I want to create a popover just like in iPad when i click on a button. Anyone know how I can achieve this?
View ArticleProblem with the Tizen execution
Hello everyone, I installed Titanium, and I tried to execute it, but unfortunately, I am facing the same problem although I unintalled it and re-installed it again:...
View ArticleDetect if Android activity started or Android heavyweight window is opened?
I have an iframe inside a webview that opening a link. The link opens in the same window for iOS, and it opens in a new window for Android. I need to detect when this new window (also a new activity,...
View ArticleImage Problem in Android Samsung S4.
Titanium Studio, build: 3.1.3.201309132423, CLI version 3.1.2, Titanium SDK version 3.1.3.GA, Mac OS X 10.8.5, Android SDK : Google API 17 I am trying to run app in emulator with following...
View ArticleonCreateOptionsMenu doesn't work in Android Samsung S4mini
I create a simple app for iPhone and Android. In iPhone i create a tabBar and in Android i create the menu. But in my real device (Samsung S4mini) the menu doesn't appear!! if(Ti.Platform.name ==...
View ArticleMaps crash in Android
Hi to everybody, i have this code:var pin = Titanium.Map.createAnnotation({ latitude:36.830260,//33.74511, longitude:11.942233,//-84.38993, title:"Sport House", subtitle:'Sea, Sports, Wear',...
View ArticleTitanium.Media.hideCamera for Android
I know this is getting fixed for an upcoming version: https://jira.appcelerator.org/browse/TIMOB-14180 But I was wondering if for the short term there was an alternative. In this issue:...
View Article(Android) Tableview: updateRow with headers
Hi, I'm not sure if this is a known bug, but: when I try to update a row of a table view using the code below I get an out of bounds error, but its fine if I take the headers out of the table. Is this...
View Article