Bind values undefined in event handler
Hello. I have problem with passing bind values to event handler on Android. I have simple Alloy controller with ListView. XML:<Alloy> <Window class="container" layout="vertical"...
View ArticleLaunch Activity from Service without Notification
I am using the benconding Alarmmanager Plugin to set an alarm on Android. The alarm triggers a service. When the service launches a Notification, I can click the Notification and start the main...
View ArticleHow to make a button that in the alert message has a different text from the...
Hi, I've tried in every way I know to make a button that has a different text from his alert message, but I'm not to expert so I ask to you if you have an idea about how I can do that so, I'll be...
View ArticleCannot show button image on a window using alloy
Hello, I'm trying to use an image with a button, the problem is that after i compile and run the app on the emulator or a real device i cannot make the button display the image. i have added the image...
View ArticleCannot show button image on a window using alloy
Hello, I'm trying to use an image with a button, the problem is that after i compile and run the app on the emulator or a real device i cannot make the button display the image. i have added the image...
View ArticleGraphics in Titanium
What the recommendation to you to the construction of graphics in android?
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 ArticleSynchronous http client
here is my code i'm calling a functioncontenturlresp(id); Ti.API.info(e.index); Â function contenturlresp(id) { var url = Alloy.Globals.networkurl + "/lb/" + id + "/vu"; var xhr =...
View ArticleDisplay Json data fetched by webservice call in a TableView format using...
Hi, I am building a mobile application both for iPhone and Android using the latest version of Titanium Alloy and Titanium SDK : 3.1.2 I need to display JSON data by calling a web-service in a table...
View ArticleJSON data to tableview in Alloy
Application:mobile,titanium sdk:3.2.2,titanium version:3.2.1,OS:windows7,device:emulator index.xml:<Alloy> <Window id="win1" backgroundColor="white"></Window> <TableView id='table'...
View ArticleSupport tablet only (Android)
I have an app that I want to distribute for Android tablet only....so I declare this in my manifest: <supports-screens android:anyDensity="true" android:largeScreens="true"...
View ArticleAfter 3.2.2 upgrade, my Android app Hangs on launch
After upgrading to 3.2.2, I can no longer run my app on my Galaxy S3. It hangs repeatedly and then finally freezes. Unfortunately, the application never gets past the splash screen and thus does not...
View ArticleRenaming a titanium module's namespace (moduleId) in android
Hi there, I recently renamed one of our titanium android modules. I did so by using Titanium Studio and choosing refactor to change the package name. Now when we try to build the module, we receive the...
View Articlewidget com.appcelerator.buttongrid not working fine for android
Hi I want to create grid of 3X3 matrix, I found titanium widget com.appcelerator.buttongrid. Below is the URL for the buttongrid code....
View ArticleMy application was crashed when run on an Android device but run fine in IOS...
when i run my application on Android device it's show Unfortunately, <appname> has stopped . i try to use ddms to see error but i don't know how to fix it. pls suggest me here is LogCat ~~~ 03-22...
View ArticleError on use of camera on device nexus 4
Hi All, I m working on app which will work on ios as well as android. I m using titanium sdk 3.2.1 and alloy framework 1.3.0. I m testing it on nexus 4 right now. I have requirement of using device...
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 ArticleDisplaying special character "?" or "?" not working
Hi! My environment: Application type: mobile; Titanium SDK: 3.2.0.GA; Platform & ver.: Android 4.1.2; Device: Android emulator; Host OS: Windows 8; Titanium Studio: build: 3.2.1.201402041146: I am...
View ArticleWindows back stack
Hi! I want to know is in Titanium something like backstack of windows?
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 Article