Facebook Android SSO with Native Login Dialog
I have just tested Modules.Facebook for Android, works fine so far. But is there a way to get the native login dialog like this? http://s1.directupload.net/images/user/131126/34qspfl9.png Of course I...
View ArticlescrollView.contentOffset not updating on android
There's a problem with scrollview.contentOffset - it doesn't change after scrolling the view. This is my code: var win = Ti.UI.currentWindow; Â var view = Ti.UI.createScrollView({ layout:'vertical',...
View ArticleBuild process exited with code 1
I'm trying to debug the project and it shows this error [ ERROR ] : Build Process exited with code 1 [ ERROR ] Exception occured while building Android project : [ ERROR ] Traceback ( most recent call...
View ArticleHow can I change the location of or remove the remote-image-cache folder on...
All my apps automatically create a folder named after the ID of the app on the SD card, and within it a folder named "remote-image-cache". I'm already creating a separate folder for app files because I...
View Articlea gap has been shown on the top of the screen in ios in titanium appcelerator
A gap is shown on the top of the screen in the app in ios what is the reason for this. Can someone help me plese thanks.
View ArticleStyling Titanium UI
Hi everyone I'm just starting Appcelerator's Titanium Alloy. How can I add styles to my controller/index.js here's the code: var title = Titanium.UI.createLabel({ title: "My Label", id: "myLabel" }); I...
View ArticleDrag and Drop Bugg in 3.1.3
Hi everybody, I have a problem for drag and drop a simple view (or image) in a window. Even the script of KitchenSink doesn't work. The animation of the circle, is jerky and no smoothie. Someone has a...
View ArticleModule setup error.
Hi. I'm try to install com.mirasense.scanditsdk module to my project, but it doesn't work. The module is in the modules/android/com.mirasense.scanditsdk/1.3.1M1 but when I try to run my project in the...
View Articlesimple Alloy layout crashes on Android
I am new to developing with Titanium and have started from a blank alloy app. I only added images and modified the views/index.xml file <Alloy> <Window class="container"> <ImageView...
View ArticleApp not installing in Android emulator.
Hi all, When i run my application it doesnot get installed in the emulator. In the console it shows the message "Installing application on emulator" but it doesn't get installed and also it dosnot give...
View ArticleTi.barcode
hi all , i am using Ti.Barcode module, when barcode is captured , Success event is fired more than 1 time, how to fix this issue? ( i want to fire success only 1 time).
View ArticleSum value up to closest whole nr
Hi. I am trying to do some calculations. I want to add 3 strings like 1+2+3 and then multiply the answer by 3,5. But my result is summed up to the closest whole nr down. I want it to be summed up...
View ArticleData intensive ACS application
Hi, this is more of a general optimization question. Basically my app is very data driven and I am using ACS as my data storage solution. Is there a way to cache results return from a query on a...
View ArticleDetect Android density and select folder
Hi, I'm trying to make some code work in my app.js for detect the device density and use adapted images for tab icons. Maybe there's a better solution, but i suppose that this one should work, but...
View ArticleAndroid hardware Menu button eventlistener.
So I have found how to listen for the search button and the back button on an android app however is there can't find anything on detecting a clicked menu button. Many recent apps have a button for...
View Articleo_auth authentication for android
Hi Folks, I am trying to authenticate with oauth. I successfully integrate for iOS but when i am running that code in android, i am getting error. I am using David Riccitelli's oauth_adapter.js. It is...
View ArticleAndroid Application require restart
Hello, I am trying to run my android app on Emulator but it's not working and it's requiring a restart.. I am using: Google APIS Android 2.3.3, Screen: WVGA854 My Code is Here:...
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 ArticleScope problem
I'm having a problem with what I think is scope. I need a listener to update labels that are created by a function below the listener. Currently when the listener is fired, the labels that need...
View ArticleRefreshing the data in the previuos window on the basis of selected current...
Hi I have come across a situation in which i have to change the data in the previous window on the basis of data selected from parent window but i want to do this without using app level event...
View Article