Error during build when using AdMob Module Android
I have been fighting this for a couple weeks now, Most of the research points to an issue when updating the SDK, and that I should copy all files from the Build-tools directory into the Platform-tools...
View ArticleCoding an Update Functionality for Android App
Titanium sdk-3.1.0, android-3.1 I uploaded my app to android market. Now I have uploaded its new version on market. I have old version installed on my device. I want the code for update notification if...
View ArticleAlloy - Possible to change event of button in different controller?
If I have a view defined like this: <View> <View id="vwHeaderBar"> <Button id="btnHeaderLeft" title="Back" onClick="act_btnHeaderLeft"> </View> <View id="vwHeaderContent">...
View ArticleCannot create itunes distribution configuration
Hey, I am trying to create a Titanium Apple iTunes Distribution configuration and keep getting a java.lang.NullPointer Exception. I am on a mac with osx 10.8.4 using Titanium Studio, build:...
View ArticleHow to retrieve a running Android service?
I am creating an android service using this code:var intent = Ti.Android.createServiceIntent({ url : 'service.js' }); Â Ti.Android.startService(intent); As you can see, this service is started only...
View ArticleMade for iPod/iPhone interfacing
Is there going to, or is there already an example of utilizing made for ipod/iphone hardware using appcelerator?
View ArticleTitanium ad hoc distribution is not converting i18n/en/strings.xml to...
I'm using Titanium command line to build and ad hoc distribute app, the i18n/en/strings.xml (using UTF-8) in the app is not converted to en.lproj/Localizable.strings in Application.ipa file. Command...
View ArticleError with Android+Wikitude SDK
I have a problem running an application with Wikitude. Error "Requested module not found: com.wikitude.ti" in android. Wikitudesdk.jar copied file in the lib directory. But apparently you can not find...
View ArticleAlloy Developer needed the next few days.
Hi everyone, I hope it is ok to post this here. I'm trying to get an Alloy app out the door by next week and could use a little extra firepower and know-how. Would even be interested in a few hours of...
View ArticleHow to sort a collection, particularly descending
I was going to ask this question, but I found an answer so I thought I should post it since I hadn't seen this in the Q&A. Is this the most appropriate way to handle sorting a collection? Sort in...
View ArticleAlloy Collections and Data Binding
I am building a mobile app for Android and iOS platforms using Titanium Alloy. The mobile app retrieves data from a REST API. The JSON that is returned contains a list of items, each one having a list...
View ArticleTabless Window, Login Recognized
Two part question (related): 1.I essentially have a modal window (initialWindow) that opens up immediately after my app is launched and is only closed after my facebook login is confirmed. Once...
View ArticleAuth problems wit Ti.map
Hi, I have a weird issue with maps. And the miracle: in my previous app it works fine. The map leaves blank (with user location button) and this appears 'Failed to load map. Error contacting Google...
View ArticleTurn on pinch zoom in WebView
Does anyone know how to turn on pinch zoom for a webpage in WebView (remote url)? Titnaium SDK 3.1.1 Android sdk 2.3.3
View ArticleGPS update
AutoGPS update: On selectable every real time, 10min, 30min, 1hours How i can implemeted for andrioid plateform. when gps is off then how i can checked it. and when the gps is on, how i can use a...
View ArticleselectAnnotation() on google map v2 -- android
My problem:// this doesn't work: this.gmap.selectAnnotation(this.annotations[0]); // and this workaround too: this.gmap.fireEvent('click', { source : this.annotations[0] });this.annotations[0] is a...
View ArticleA question of shown a view on main screen
I just want to show a float view that can draggable on Android main screen,but I did not found any about WindowManager that could do this . So I want to get some help for about this. Titanium SDK :...
View ArticleStudio "building workspace" orders of magnitude slower after update
Has anyone else been having this problem? Ever since the update this morning, even after cleaning the project and restarting it, the "Building workspace" step of running the app is incredibly slow...
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 ArticleNode.ACS User Sessions
Hi, Apologies for the long post I am trying to get a simple user session working using Node.ACS locally with TiStudio. I have created a basic Node.ACS project and added a few functions to check the ACS...
View Article