exec returned: 2
Hello, I am new to titanium but I have written native android apps before. I am attempting to compile a module for some native android code that I wrote and I am stuck on this vague error that says...
View Articleback handling having Multiple views in a single window,Titanium
I am developing app for android in titanium.In a single window i am adding multiple views.On back button press, i want to remove the current view.In HTML we use location.hash to get the current div .Is...
View Articleshow Custom Object - error: undefined
Hi. I'm a newbie to Titanium and web development. I'm trying to retrieve the custom object that I created and stored on ACS. I spent hours on it and got stuck because I don't know how I can retrieve a...
View ArticleUnlicensed module(s) detected.
Application Type: Android Mobile Titanium SDK 3.2.0.v20131203104847 as well as 3.2.0.v20131127194046 Platform: Android 4.1.2 with OS X 10.9 Physical Device: Samsung Galaxy S3 Titanium Studio, build:...
View ArticleCommon Layout For IOS And Android
Hello Community, I want to develop an application for Android 2.3+ and IOS5+ devices. I am a little bit confused how to create common layout of application so that it will work on IOS6 ,IOS7 and...
View Articleapplication crashing on resume.
hello Community; i'm developping this android application using titanium sdk 3.1.3, it crashes on resume of the app on both devices : 2.3.4 and 4.1 ... please any direction like may be somme key pairs...
View ArticleAndroid black screen after resume
This app sometimes display a black screen after a resume. It freezes there and after a few seconds "This app does not respond. Restart?" It doesn't happen every time. Factors that seam to make it...
View ArticleMerge label with image and upload the complete image
in my app user can click a image or select from photogallery enter his name and some details then upload it and also save it to his phone gallery.my problem is i am not able to merge label with...
View ArticleRun Kitchen sink in Titanium
How to run Kitchen sink project in android emulator..? My android Emulator is working fine.. When i run the kitchen sink project it shows the lock screen. I dono how to display the kitchen sink...
View ArticleFacebook.authorize works on iPhone, nothing on Android
I'm trying to do do a Titanium.Facebook.authorize(), and it works on iPhone, but I get no reaction on Android. The login event never get fired. :-/ Nothing gets printed to the log after 'Time to log...
View ArticleAndroid Push Problem with gcmjs Module
Hello, i'm using the "iamyellow gcmjs" module to receive push notifications on Android. The PHP-Script for sending works fine and Google Servers say no Error, but the message i've sended doesn't appear...
View Articlesqlite on iOS not on Android
// create table view var tableview = Ti.UI.createTableView({ }); // set the data from the database to the array function setData() { var dbVersion = 0.1; var db =...
View ArticleAndroid builder copies some resources to wrong folders
Hello all, I am trying to run a Titanium app, which runs perfectly on ios, on Android. However, the app complains that it can't find some source code and assets. As you can see on the console output...
View ArticleWhy status bar show again when my app resume - On Android
Hi friends, I'm learning Titanium, I have a trouble with it: I open a window with properties : var win = Ti.UI.createWindow({ height : height, width : width, navBarHidden : true, fullscreen : true, top...
View Articlehow to open a specific window on notification click in titanium android
hi everyone, i am developing a mobile app for android OS using titanium sdk version 3.1.1.GA and i am struggling to get it worked. what i want to do is open a specific window when i click on the...
View ArticleHow to load local javascript files into WebView?
__index.html:__ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta charset="utf-8" /> <!-- Always force latest IE rendering engine (even in...
View ArticleSave and read image file on Android
Am trying to read an image already saved en Android (in iOS my functions works fine), but when am trying to read the image, Android says "Error, <FILE Object> has no method .toBlob()" This is the...
View ArticleAndroid - how to search for all files on SD card with given file extensions...
I was wondering, does anyone know how I can search for all files on the SD card with given file extensions and display them in an OptionDialog? I would like to search for all files on the sdcard with...
View Articlevideoplayer on android with preview
Hi, I try to build a fullscreen video player. Because of delay of streaming I like to build a preview with poster image and optional a progress bar: exports.create = function(_args) { if...
View Articleopen source cross platform examples
hello, I am developing an app that for both iOS and Android, but having trouble finding out how to separate my code, especially design -components properties-height, width and top-. It would be great...
View Article