Android app only shows splash screen when no debugger is attached
When I run my Titanium app without the debugger attached, it shows the splash screen and never progresses past it. Thinking this was my code, I created a brand new project, made no changes to it and...
View ArticleTi.Contacts.getAllPeople() return null
Hello, I am using Ti.Contacts.getAllPeople() but it returns null when I use it just after installing the app. I am checking previously If I have rights to read the agenda and everything seems to be...
View ArticleSyntaxError problem blocking project to compile
I was using Titanium until mid of week and today while using it got the below message, and project can't be compiled anymore. And tried to re-compile even other projects that were Okay but the same...
View ArticleApplication crashes after a period in the background (including services)
As reference, this is on Android. I'm noticing this issue with several applications I've done with Appcelerator, all of them: no matter if they are simple apps or complex apps, but is more frequent in...
View ArticleTi.Android.currentActivity.intent.data always null when application resume
I have use URL Scheme with parameter in android app. If this application not open when it call from the other application it work perfecter In app.js //APP START if (osname == "android") { var...
View ArticleHow to use/require Alloy releated libraries in background service
Hi, guys I use Alloy to create a background to get GCM. And I have defined some library in $project/lib, like httpclient wrapper, backbone wrapper When my background service get GCM. My application...
View Article"Unable to create new project"
Hello there! Iam trying to get rid of a problem that have been in my mind since friday. I have a project in school, that is to create a mobile app. I have the program on my school computer but its to...
View ArticleHow to auto scroll the titanium UI picker?
Since I already facing a time lag for the first time even when I add the options dynamically. var picker = Ti.UI.createPicker({ top:50 }); Â var data = [];...
View ArticleHow Do I Create a View and Animate it Immediately on Android?
I'm using Titanium 3.2.0. I've found that when I create a view, add it to my main window, then immediately run an animation on it, the animation sometimes runs, sometimes doesn't, and may or may not...
View Articlehow to detect hardware backutton pressed and redirect to default page
i want to redirect user to a default page when android hardware backbutton is clicked but with no success what is the issue here is the codevar currentWin = Ti.UI.currentWindow;...
View ArticleErrror SDK Android
Good morning, When I run the Android emulator I get the following error message: [ERROR][memtrack( 1112)] Couldn't load memtrack module (No such file or directory) [ERROR][android.os.Debug( 1112)]...
View Article[ERROR] : Failed to compile Java source files:
When i have solved a big error recently a new came up. It says [ERROR] : Failed to compile Java source files: When i try to compile an Andriod Emulator this message abow pops up every time. I have...
View ArticleAndroid not receiving ACS Push Notifications
I am trying to set up some push notifications for my app. I have iOS working, but Android is not receiving any notifications. This is the code I'm using to subscribe to ACS. var CloudPush =...
View ArticleRemote audio seeking - Titanium android
How to implement seeking remote audio in titanium android ?
View ArticleSetting date to the textfield in the table view android
Hi Placed the text field in table view row when it get focus or click on that i am displaying the DatePicker Dialog after clicking on the set button value is not setting to the text field. Will any one...
View ArticleGoogle Maps v2 for Android not working on built apk
Hi I followed this documentation and It's working on my device when Im development stage. But when I package my app and install the apk on my device. The map is just blank. How can I enable to work...
View ArticleCan't get android to run
Been trying to set up android for past 2 days. When I try to run android emulator, I get this error:[ERROR] : "Missing Java SDK. Please make sure Java SDK is on your PATH [ERROR] Application Installer...
View Articlehow to share app data on whats app
i have been looking for a way to share my app data with other users . is there a module or example to share data on whats app
View ArticleError parsing JSON
I've been trying to parse a JSON that i get from server. Before this, it works nicely but suddenly it doesn't work. I'm using the same code in both android and iOS but only in android it doesn't load....
View ArticleRefreshing a window through event function
I am using android. I would like to ask if there is anyway if I can refresh a page through event function?\Cloud.Objects.update({ classname : 'dishes', id : dish.id, fields : { rate : finaltotalrating...
View Article