Ti.App.properties.setList() doesn't work :S
I'm building an app that has a RSS feed, the feed updates once a day, so of course I only need to update if this is the first time of if the cache is stale. I decided to work with Ti.App.property...
View ArticleA simple layout problem with 2 views in horizontal view.
Hi, I've a simple problem. I need a horizontal view with 2 views inside (left & right): a left view (RED) with a fixed width ('170dp'), and other view (layout vertical) that should adjust the width...
View ArticleFacebook Single Sign On, SSO Hashkey / Hash Key for Android
Hi all, Up until now I've been using forceDialogAuth = true and it works just fine. I've now started making the change to using SSO and I have read just about every single post on here and...
View ArticleIntegrate admob into Titanium
Hi all, Ive just downloaded jonalter's code from github: https://github.com/appcelerator/titanium_modules/tree/master/admob I was wondering how to integrate this into a titanium app? If there are any...
View ArticleLjava.lang.Object after regex.
Hi, i have Ljava.lang.object;@41808708 as a result of that code:var coordinates = wspolrzedne.value.split( "\n" ); var X = []; var Y = []; var check = []; Â for( var i = 0; i < coordinates.length;...
View Article[ERROR] Error generating R.java from manifest in admob module
Hello everyone. I downloade the ti.admob module from github, version 2.1.0 for Android. I copied the zip file to my project and ran it in order to extract the zip folder. I then overwrote the app.js in...
View ArticleNot able to run Mobile App on Android Emulator.
Hi, I have just started using Titanium Studio and have installed the latest version 3.1.1. I have also installed the required iOS and Android SDK, as my Titanium Dashboard shows a green tick next to...
View ArticleEmoji in Android
Hello there, this may be a rookie question, but how do I enable/incorporate Emoji in my Android App (like Whatsapp does)? It doesn't show up in my textarea nor in a label. Maybe someone can give me a...
View ArticleAndroid modal window problem
(using titanium 3.0.2, SDK 2.2) I'm having an odd interface glitch happening (as if the two windows are swapping with each other for half a sec, then display normally) when I open my modal window on...
View ArticleProblem with animating view on Android
It seems there are problems with animating view on Android, at least to me, could anyone check it out? var a = Ti.UI.createAnimation({ width: 100, height: 200, duration: 300, }); Â var button1 =...
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 ArticleCompiling module for Android
Hi guys, I'm trying to compile a module from this github repo for android. (https://github.com/Wikitude/wikitude-titanium/tree/master/WikitudeAndroidModule). After importing it to titanium and...
View ArticleHow I use Bar Code reader and QR Reader?(Titanium 2.0.2.GA)
I want use https://github.com/mwaylabs/titanium-barcode for using Bar code or QR code scanner. I am using Titanium 2.0.2.GA. but i got a error massage. This is not support for 2.0.2.GA Titanium SDK. or...
View ArticleCan't play video on Android - WVMExtractor ERROR: Failed to open libwvm.so
I've got some problems trying to play video on Android. I keep getting the error "Failed to open libwvm.so". Maybe someone can help? I've tried lots of things: Different video files, formats and codecs...
View ArticleMissing add button in the Todo List Titanium Mobile sample app
I've started to play with Titanium ,and imported the Todo List Titanium Mobile sample app When I run the app on a phone with Android 4.1.2, the "Add" button is not visible. I can see the button when...
View ArticleTableViewSection with ALLOY in Android
I created a dynamic structure for a tableviewsection in this way index.jsvar flag = ""; for ( var i=0, j=response.length; i < j; i++) { if (response[i].section != flag) { if (data.length > 0) {...
View ArticleGrow heap (frag case) to MB for byte allocation
Hello everything, I try to generate thumbnails from images and as a result I receive leakage of memory. From the main window I open the second window with a photo of galleries. When opening a new...
View ArticleReport Mobile App Install Ads using Facebook module for Android
We promote our app (iOS & Android) a lot, to get new user installs via Facebook. Using the Facebook SDK 3+ (iOS & Android), you can measure app installs (Facebook documentation). Titanium...
View ArticleAlloy Custom Fonts not working on Android Emulator
I am trying to get the custom fonts working with the latest Titanium Studio (3.1.0.201304171607) running on Windows. I can get custom fonts to work fine outside of Alloy but with Alloy I am getting a...
View ArticleApp starts quickly in emulator, but takes three minutes to load on Android...
Application type: mobile Titanium SDK: 3.1.0.GA Platform & version: "Google APIs Android 4.1 [armeabi-v7a]" Device: Android Droid Razr, 4.1.2 Host Operating System: OSX 10.8.3 Titanium Studio:...
View Article