Facebook Dialog Feed not shown!
Hi, Im developing an "share on facebook" button. But there is a problem, the facebook dialog is not prompted to the user. I have tried the sample that titanium provide: function facebook(){ Â var fb =...
View ArticleAndroid - Insert into a SQLite database error
I have been trying to insert data into a SQLite database and no matter what I find and try, same issues. Here is my insert code: hdw.execute('INSERT INTO order (itemnumber) VALUES...
View ArticleAndroid invalidateOptionsMenu error since Titanium 3.1.2
Hi, I got today the update for Titanium 3.1.2 and since that I'm getting this error. The title also won't be displayed anymore...[ERROR][TiExceptionHandler( 733)] (main) [2181,229251] ----- Titanium...
View ArticleTiShadow cannot show the local image with variable.
I need to dynamic to show the view's(or button) backgroundImage, so I use a variable to set it, for example: var vbg = '/images/' + Alloy.Globals.CurrentLang + '/btn-submit.png';...
View Article"Getting GCM SenderId failed" when try to retrieve device token on Android...
Hi I'm developping a mobile app for Android and iOS. I'm using official IDE on Mac OsX with the latest SDK. I'm not using the ACS to push notification but need it to get the device token and register...
View Articlecan't build android module
i am building mobile module jist created in studio and have and error on packaging: -logs: Executing build.xml... Distributing the module to the selected output location... Module packaging completed....
View ArticleIn app update functionality for android.
for Titanium 3.1.0 and Android 3.1- How To Implement In-App Update Functionality in Your android App? Have you ever used an android app where upon opening it, it tells you that there’s a new update,...
View ArticleAny andriod build fails with parsing XML error but no file or line number
I have an alloy project that used to work. Then a developer added some views/controller/styles and now any attempt to build the app for Android (in the simulator or for transfer to a device) produces...
View ArticleParse Data From PHP & MYSQL In Appcelerator App
Hi I'm new to Titanium Appcelerator and need some assistance with my app that will run on both Android and iPhone. I am trying to display two fields in a single view without a table. Can someone please...
View ArticleCan't scroll ScrollView when a View inside it triggers an event in Android
I'm working with Titanium SDK 3.1.1 and the logic in my app is like this: I have a ScrollView that resembles a TableView which contains Views that work as sections, each section contains draggable...
View ArticleAndroid how to close/finish an activity
I am trying to give users the ability to open up the wifi settings directly from my app if their wifi connection gets lost at any point. To do this I am just simply popping up an alert that gives them...
View Articlecode for android app update...
Titanium sdk-3.1.0, Android 3.1 I have developed an app for android. When i installed it for first time, the app works. But when i do some changes in source code, and recreate the .apk file , store it...
View Articleupdate code
I have an android application. my user install it. how can I notify the user that a new version is available and how can I update new version app programatically ? my application is in Market....
View Articlemodule developing, how to set original content view back
Hi i am not very familiar with developing modules for android, but inside my module i doactivity.setContentView(mView);to show my own native view and i can't figure out how to restore to the "titanium...
View Articlewin.open Opens Duplicate Views on Second Window
I am new to Titanium, but find it a quick study. I have a very basic app which has 2 Windows, each have their own .js and views, labels etc.. I am able to successfully open Win2 from Win1 via a button,...
View ArticleWorkaround for streaming to Android that allows background play AND scrubbing?
Does anyone have a solution for streaming audio to Android that will allow background play as well as allow the user to control their current playback time? On iOS the videoPlayer covers this. On...
View ArticleCreate New Cloud Photo in Android
I am trying to create a new photo in ACS, but I am getting below error in Android Invalid OAuth signature Here is my sample code var profilePic = Ti.UI.createImageView({ borderRadius: 6, image:...
View ArticleHow can I make this effect?
Hi,I'm tring to make effect like this image:  But, I have not found about "WindowManager" in Titanium API....
View ArticleIs it possible to control a streamer from an external file?
Hi people. I have a radio app that has a play button on one tab, another tab has a list of news items in a table row. Then if a news item is clicked, I am moving AWAY from my app.js and into an...
View ArticleAndroid emulator does not work
Hi, I am building a mobile application with Titanium Alloy to work for both Android and iPhone. Whenever I run my application in Android Emulator provided with Titanium Framework it never works. So I...
View Article