Google Maps Android API v2
Hi, I follow the instruction on api page and comes to marketplace. There is no ZIP only a download link which sends me into github. Perhaps I'm blind, but I cannot see a ZIP, only directories. How can...
View ArticleHow should I handle default.png for larger or different Android tablet...
Hello, I found a helpful page describing the creation of different default.png startup screen images for iOS, iPads and Android phones:...
View ArticleParse Data From PHP & MYSQL In Appcelerator App
Hi I'm new to Titanium Appcelerator and need some assistance with my app that will run on both Android and iPhone. I am trying to display two fields in a single view without a table. Can someone please...
View ArticleCan't animate color property of Button
Titanium 3.1, Alloy 1.0, Android 2.3.3 I'm trying to animate the color of the button text with this code. This code is similar to the example in Titanium.UI.Animation. It works when I animate the "top"...
View ArticleDeploy to Android device
Hi I have searched almost every forum and can't find an answer to my problem! I am new to Titanium and have followed the installation documentation in order to get Titanium up and running on my Windows...
View ArticleHow to start Socket.io-Titanium ?
I'm trying to start the socket.io-Titanium But I don't know how to do that! someone can help me please? There have a how to use but I don't know even how to start the server... I tried to use the first...
View Article!!! FAILED BINDER TRANSACTION !!! on Android
Hi, we use Titanium 3.1.1.GA for our iOS/Android app project. The app is working, but on some Android devices, the app freezes at initial splash screen and !!! FAILED BINDER TRANSACTION !!!shows up on...
View ArticleAndroid local notification in alloy and some complex scneraios
I have developed my application in alloy framework. Now i am working in android local notification My scneraio for local notofication is, User can create any number of todo list 1. At the end date user...
View ArticleUsing R.java in appcelerator module
Hi, I want to know use xml layout and R file in appcelerator module. How can I do it? For now I got does not R package exist error when I use R. Platform: Android OS: Max OS X Mountain Lion
View ArticleGoogle maps v2: problem with authorisation (tiles leaves black)
Hi, goal: displaying of maps on android device in debug mode. Following the description in api documentation I have first retrieved SHA-key with:keytool -list -v -keystore '/Library/Application...
View ArticleHow to use Google Maps on iOS devices ?
I'm working on a app with a Titanium map module. Building this app for Android and iOS. Currently, on Android devices map module uses Google Maps, on iOS devices (iphone,ipad..etc) map module uses...
View ArticleProblem Installing Android SDK
I am following the guide (http://docs.appcelerator.com/titanium/latest/#!/guide/Quick_Start-section-29004949_QuickStart-DownloadingandInstallingTitaniumStudio). While trying to install the SDK I'm...
View Articlecloudpush library not available for x86 android
I have been searching a while now for this problem, that the libti.cloudpush.so doesn't exist for x86 platform. Either I am the only one who's facing this problem, that nobody else has asked this...
View ArticleHi everyone, I was wondering if anyone could point me to a good tutorial on how to implement a twitter feed into an app
View ArticleTitanium SDK 3.1.0 [ERROR] TypeError: argument of type 'NoneType' is not...
Hi, I´m trying to run an android app with Alloy framework and got this error: [TRACE] Writing out AndroidManifest.xml [ERROR] Exception occured while building Android project: [ERROR] Traceback (most...
View ArticleGoogle v2 maps tiles are missing
Hi, my observations of different type of maps: NORMAL: only the north part of world. HYBRID: only labels, no tiles TERRAIN: not all zoom levels SATELLITE: empty Here my code snippet: var MapModule =...
View Articlelocal notification create
In Alloy framework i am included the ExampleService.js under controller and always get this problem when i run the sample notify code in SDK 3.0 ExampleService.js Uncaught TypeError : Poperty...
View ArticleI want to Print all names of all calendars Known to android
i tried this code function showCalendars(calendars) { for (var i = 0; i < calendars.length; i++) { Ti.API.info(calendars[i].name); } } Ti.API.info('ALL CALENDARS:');...
View ArticleAndroid - capture and attach picture
Hi guys I've been working on the Android version of my app but have been running into issues getting the attachment section running correctly. The feature has the option to where and image can be...
View ArticleThe app open file when it download finished
Ti.Android.currentActivity.startActivity(Ti.Android.createIntent({ action:Ti.Android.ACTION_VIEW, type : 'application/' & f.extension(), data : f.getNativePath() })); this above code is not working...
View Article