Can't open PDF from notification activity (Android)
I have a notification service that uses an intermediary activity to determine if the app is active or inactive and acts accordingly. Everything works as expected if my app is active, but if my app is...
View ArticleKiip Integration
Hello, I'm looking at integrating the Kiip (http://www.kiip.com/developers) service with my app. I'm looking to develop it in Titanium and release it on both iOS and android. I'm not sure whether it's...
View ArticleHelp me understand views in Alloy
I have read as much of the documentation on controllers and views in Alloy and I am still very perplexed at the behavior of these components. For instance, if view2 is created from view1 without...
View ArticleAndroid Notification Intent doesn't start activity properly any more
What I want to achieve here is that when users click the notification, the app will open and switch to the corresponded tab within a tab group. It was working, but not anymore now. I can't find the...
View ArticleTable swipe affecting multiple rows in Android
I have an app that is is pulling remote info, and making some rows and views, and appending them to the table, nothing fancy. I have a 'swipe to reveal' setup, and it works fine on iOS, but on Android,...
View ArticleTrouble acceding e.data.someproerty after a facebook login
How can I access the e.data that facebook sends as a response after login in with facebook, I can do: Ti.API.info('e.data ' + e.data); and get: {"id":"1XXXX773646867X","name":"No...
View Articleuse native navigation and routing
now i wont to use navigation and routing that is in google maps and iphone i can't find it in the titanium how can i use it in my app not in the native map on mobile Thanks
View ArticleUnable to create Android Project in Titanium
On Titanium for OSX. I have Android configured. Upon Creating new project I am welcomed by this error message: http://oi58.tinypic.com/14y6cu1.jpg I opted for Classic Option rather than Alloy
View ArticleDiagnosing "Failed to compile Java source files"
Console log doesn't really give me any clues what to pursue. Is there any way of obtaining more detail about what went wrong? [INFO] : No aidl files to compile, continuing [INFO] : Generating i18n...
View ArticleFacebook like Sliding Menu with Tab Group - Both iPhone and android
Hi, I am developing a mobile app using - CLI version 3.2.1, Titanium SDK version 3.2.2.GA, Alloy version -1.3.1 My problem is that I want to implement a Face Book like sliding menu well as as have a...
View ArticleMy app can run in an android emulator but can't in an android device
installed and configured Titanium Studio 3.2.1 with the 4.4.2 SDK. I can run my app in an emulator but when I Install to device (using Samsung note3) it show "Unfortunately, <myappname> has...
View ArticleNo Android SDKs were found under the specified SDK location
Hello, I am trying to install Titanium to use it to test Android applications After installing Titanium Studio and installing Android sdk, i get the following message : No Android SDKs were found under...
View ArticleTitanium on MacOSX: Unable to set Android SDK path
It is quite weird that as it appears simple it is not. I have been trying to set Android SDK Path but so far no luck. I have been seeing this for long time: http://oi60.tinypic.com/2w38d9j.jpg
View ArticleAndroid 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 ArticleXMPP client library that supports XEP-0142
Hello everyone. I’m actually developing a Project that consist in a mobile app that can interact between the server and the mobile app using a chat. My problem is that I can’t find a library that can...
View ArticlePush notification by ACS with Chinese utf-8 but receive wrong ? Question mark
I receive wrong question mark code that should be ZH_TW(ZH-rTW) UTF-8 Chinese. send to iOS is ok, but android is wrong. Does some server forget to install TW UTF-8 package?
View ArticleACS: Push Notifications and special characters
The problem We're currently working on a project where we need to add Push Notifications to our app. Setting it up went fine and the notifications are coming through to the devices on both iOS and...
View ArticleAnother query in contacts , this time in android
Hello, Contacts are annoying . simply , i am fetching contacts using var contacts = Ti.Contacts.getAllPeople(); . The problem is that my email account is syncd to my device and now it is fetching all...
View ArticleApp Crash
Hello, after upgrading Titanium 3.1.3 to 3.2.2, my Apps chrashing whith an error. I allready reinstalled everything but getting the same error.. Did someone have an solution for my problem? -- Start...
View ArticleDatabase connection
i want to read data from my database that i have made in out side in titanium studio. why runtime error?here given my code(sorry for my weak english) """ var db =...
View Article