Images path - Android vs iOS (Alloy)
I'm starting with alloy, and I have a doubt about the path to the images, when I create a new project the path folders like this: Android: android/images/res-hdpi/image.png... iOS: iphone/image.png The...
View ArticleFacebook share screen shot as picture error on Android
Hi ! I try to post a screen shot of my window on Facebook. This work perfectly on IOS but not on Android. Please help ! Here is my codevar data = { caption: _msg_to_post_textarea.getValue(), picture:...
View ArticledisplayCaps.platformWidth returns iOS(in dp) vs Android(in px)
I was wondering how to fix the problem where Ti.Platform.displayCaps.platformWidth is returning the value in dp on iOS where on Android it is returning the value in px. The default value in the...
View ArticleAndroid - Sharing data with the app through intents and the intent gets "stuck"
Hie. I'm trying to share data with my app from other apps. I've added a "SEND" intention to the custom AndroidManifest file like so - <activity android:configChanges="keyboardHidden|screenSize"...
View Articlehttp connection problem
hi, I am on working on a titanium app for android. from the app i am trying to connect to my localhost. But its showing an error like the connection is refused or something like that. Here I am...
View ArticleAndroid Cloudpush min sdk undefined
After upgrading Ti again, I get the below error message con compiling my previously working app [ERROR] : Found incompatible Titanium Modules: [ERROR] : id: ti.cloudpush version: 3.3.0 platform:...
View ArticleSelect data from multiple classes
I'm currently working on getting data from parse.com. What I want is to get data from more than 1 class. I'm testing in android platform. This is my current code now which will retrieve data from ONLY...
View ArticleIssue with starting app in Titanium Studio
Hi, I've got a bit strange issue with Titanium. When I try to start the app on IOS Simulator it shows me alert with the following message: An internal error occurred during: "Launching Titanium iOS...
View ArticleLogin window - how to do it properly?
Hi guys, Can some one help me with some guidance or code on how to PROPERLY implement a login window on a titanium app in classic Titanium code (android) So the idea is: i have an app where i use...
View ArticleAndroid SDK Home, No Android SDKs detected
Hi everybody. I have windows 7, with enviroment variables android configured (platform-tools and tools), also I have android sdk in c:/android-sdk as titanium recomended. I had installed titanium 3.1...
View ArticleEmpty console. Won't build. "Launching delegate..". Stuck on 57%
Brand new install on Windows 7. Attempt to deploy to android pphomne results in nothing being logged to the console. Launching delegate.. Stuck on 57% When I attempt to run web version after an hour I...
View ArticleAndroid Push: Google Play services resources were not found
I'm trying to get Push Notifications running on Android via ACS and GCM I have followed the official Docs at http://docs.appcelerator.com/titanium/3.0/#!/guide/Push_Notifications and also had a look at...
View ArticlePush Notification -Android
hai, Anyone can help me to create Simple Push Notification App For android(step-by-step) in Appcelerator Titanium because, I am New to this platform.if there is common for Android and Iphone or We have...
View ArticleAndroid Push Notifications with GCM
I want to implement push notifications in my android app. Please suggest an efficient and effective way to do this. Previously it was done using C2DM but google deprecated it with a new platform Google...
View ArticleExample code for Android push notifications?
There is plenty of documentation and Q&A iPhone push notifications going. It only took me a few hours to wrap my head around the entire process, add push notification to an example app and write my...
View ArticleHow to install native GCM push notifications for android?
Question first: Is it possible to make the android push notifications work without a custom modules and if so can you provide a tutorial or example? Explanation: Hello all, I am trying to get the GCM...
View ArticleDoes Titanium have an API for GCM - push notification ?
I looked at some questions here and I found https://github.com/liccowee/Google-Cloud-Messaging--Titanium- and the uPush module on the market place Why Titanium doesn't have an API to implement push...
View ArticleAndroid Push Notifications without Module?
Hey there! I would like to ask if there is way to implement Push-Notifications in Android without subscribing to the expensive module at the marketplace. Thank you! Regards, Hans
View ArticleHow to using GCM for push notification for Android and APNS for ios in...
I have to use the GCM push notification for android and APNS for ios in my titanium 2.0.2 application.The previous posts couldn't help me. how can i implement these services in my application.Please...
View ArticleDisplaying of tiles (ti.map) depending of API level (android)?
Hi coders, I'm using SDK 3.2.3.GA and ti.map_2.1.3 on Android and I'm testing installation of right google play service. ;-)) All works fine on Android >=14. On older devices with 2.3.* version I...
View Article