Slow Build for Android
Is 45s-50s normal for Android builds via Titanium? I'm using various Android devices (not emulators) and have expert knowledge in both Android and iOS. For iOS (again device - not emulator), the 1st...
View Articlefacebook android app not set up properly
Hi, I have created an app through facebook developers and added an iOS platform and Android platform. iOS is now working with 3.2.2. Android however is not. My aim is to post a pre defined message onto...
View ArticleEclipse-Build Failed
While trying to create a android module for titanium,and compiling this in eclipse(Build.xml) it fails with an error BUILD FAILED...
View ArticleTitanium InAppBilling
Hi, I can't find basic tutorial of InAppBilling Module with android on any where. Can you help me? Thank you very much.
View ArticleFatal signal 11
Okay so I have known about this error in my app for months, and I am now spending probably way to much time trying to fix it.Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 24961...
View Articlechart not working in web view for Android
i am running HTML code in webview and that html file need chart.js file reference so i am using following code if (Titanium.Platform.name =='android') { file="/chart.js"; } else { file="chart.js"; } //...
View ArticleOpen PDF File on Android
Has anyone found a way to open or view a PDF file on Android? I understand that webview doesn't support PDF on android. I have PDF viewers on the handset, but how can I open the PDF from the app?
View ArticleAndroid scrolling issue in Older versions
I have issue in scrolling in Android 4.1.2 (Samsung Note N7000). Apparently this is the case for every old version of Android. It is working fine in Samsung S4. Could you please help me with that?...
View ArticleTitanium stop running/build after successful compile.
Hi guys, I really can't figure it out why does Titanium stop & doing nothing after it compiled successfully. [INFO] : Alloy compiler completed successfully [INFO] : [INFO] : Alloy compiled in...
View ArticlePush notifications in android
Titanium SDK:3.2.1,Android device:samsung galaxy grand,platform:android,OS:Windows 7 push notifications in android: I am trying for push notifications in android,I went according to the docs 1)Got the...
View ArticleAndroid Maps V2 Won't Work When App Is Released
Hi, We configured our app to work with Google Android Maps API V2. The maps work in debug/development mode but they do not work when we switch to the production API Key and Publish the app in Google...
View ArticleTitanium Module and Native Apps
I successfully created a titanium module. Can i use this Module in a native Android app(Not a titanium project)?
View ArticleProblem with menu with tabgroups
Hi, I got a problem with creating a menu on a page contains tabs (tabgroups). When i insert the menu's code in a simple window, it works fine. But when i insert the same code on a tabgroup, no menu...
View ArticleUse textfield as input in PHP
Hi everybody, i have a problem. First of all, i'm a begginer, so maybe is a simply question.i'm creating an android app in windows 7, where there are two textfield containing hour and minute. I would...
View Articlemodule.exports in Android Alloy not working - Uncaught TypeError
I have an app which all works fine in ios but not android and I'm struggling to understand why. In Android I get a Message: Uncaught TypeError: Object function Controller() { error and another error of...
View ArticleTabbedBar Equivalent for Anroid?
I use a tabbedbar in my iOS app but I see that this native control is not supported on the Android platform. What is the Anroid equivalent of a tabbedbar control in iOS? In other words, what is the...
View ArticleHTTPClient Timeout On Error
Hi, Having trouble with timeout and onerror. When the HTTPClient timeouts, the onerror doesn't get called. This is the code: var xhr = Titanium.Network.createHTTPClient(); Ti.API.info('Logging In:');...
View Articletableviewrow dynamically
Hi all i had written the code as follows xml file<Window id="samplewindow"> <TableView id="tableviewsample> <TableViewRow id="tableviewrowsample> <Label...
View Articlewhich is good among Airpush ,Admob or StartApp with mobile application.
i am working on mobile application on which i want to display ads plz tell me which is the best solution for me.
View ArticlecommonJS and kroll methods
How to call a Kroll Method from CommonJS in a titanium module.
View Article