Country Code
Hi, I am developing an app for both android and iOS where I want to use country code to display terms and conditions. I used Ti.Locale.getCurrentCountry() to get the country code. In iOS it is fine,...
View ArticleCan't find "/Library/Application Support/Titanium/ - Titanium with Alloy -...
Hello, I am trying to install the Google Map API for Android. I need the SHA1 key. According to the documentation, I have to type this in the terminale: "keytool -list -v -keystore...
View ArticleImage url link not open in Android Appcelerator
Hi I new developer in Android appcelerator. image url link is not working in imageView of android alloy.my image link is working in IOS simulator but not working android alloy.my image link is...
View ArticleSpecific folder exist or not?
Is there any way that i can find a specific folder is exist or not in external directory
View ArticleCan not display Android Remote Images
I have an image view and try to load remote image but it's can not show up. I'm already search and try any suggestion on this forum but not work. I'm using SDK 3.2.2 on Mac OS X Maverick My code is...
View ArticleHow to delete files of my app contained in the device SD
Hi, for an Android project I download some files to the SD card of my device. This thing automatically creates a new folder with the name com.mydomain.myapp. At a second time I want to delete the files...
View ArticleWhat is the active tab?
I need to know what the TabGroup that I have active, in android APP Depending the active tab in a TabGroup the app do either operation, but not what is the active Tab. This code does not return me...
View ArticleGelocation - Kitchen Sink - Can't find variable e - Titanium with Alloy - IOS...
Hello, I am trying to understand how to use Geolocation with Alloy. I took a look at kitchen sink. I wanted to get exactly the same features as presented in the app and then modifying what needs to be...
View ArticleWrite files to the folder in...
I am unable to write files to the folder and save to photo gallery.Ti.UI.setBackgroundColor('#fff'); var win=Ti.UI.createWindow({ backgroundColor:'#fff' }); var imageView=Ti.UI.createImageView({...
View ArticleNavigationWindow on android
I have developed an application, but does not work on android and the client has asked me to work on Android. In the application for managing use NavigationWindow windows but does not work on android....
View ArticleGetting week number from current date
Hello everyone, I have made a small app that gets a RSS feed from my school showing classes i have to attend. Hovever it is based on week number, and i would like it to just choose the right week...
View ArticleApp crashes occasionally with fatal signal 11 on Android
Hey all, I'm having a really strange problem right now. First of all my specs: Titanium Studio, build: 3.1.0.201304151600 Titanium SDK 3.1 Alloy 1.1.2 Android 4.0.4 (device), Android 2.2 (emulator),...
View Articlehow to handle an error (Excepcion downloading ) in a list?
Application type: mobile Titanium SDK: 3.2.2 Platform: Android Hi, I have a listview that contains an imageview, on imageview that has set image to url. When there is no connection the application is...
View ArticleSometime my app crashes because of MediaSound object management.
Target OS: Android Titanium SDK: 3.2.2GA Hi, I wrote a little game. There are 12 buttons and each button, when touched, reproduces a little mp3 file. I use a mediaSound object:var effetto =...
View ArticleGlobally hide keyboard
Hi, been trying to find out how to either: a) Globally hide the numeric keypad (so that, if a user decided to tap a tabbedbar at the top of a window whilst completing a textfield, I can hide the...
View Articleandroid goole maps api v2 key and play store
I have an app in play store, and I have tried to add maps support with google v2 api key, and i have a strange problem. All works ok but if I generate v2.API_KEY using the APP ID present in PLAY STORE...
View ArticleHow to change the signature Algorithm of the keystore of my app
This question is about this issue: My app gives 'Package file was not signed correctly' error on google play store. how can I change my siganture key algorithm? i already have a key and it's alias is...
View ArticleListView Search IndexOutOfBoundsException Error
I'm getting the error below on my Android device. Same code works fine in iOS. I have a SearchBar attached to a ListView. <ListView id="ListView"> <SearchBar id="Search"/> <Templates>...
View Articlejava.lang.NullPointerException on...
Hello Folks, I currently have an application in the google play store and recevied a crash with the following stacktrace: java.lang.NullPointerException at...
View ArticleLoading remote images to the scrollable view in android
Application Type:Mobile,titanium sdk:3.2.1,titanium studio:3.2.1,device:Emulator,OS:windows 7 images are not displayed in scrollableview.Any wrong in code.help me in this please. var...
View Article