Appcelerator Android Service background stops
I have a problem with appcelerator, regarding to android background service. The service starts, and when I press the home button, the service is still running, and also when I click the back button....
View Articlecreate an android activity
So we are working on a project that has a native service module. We want our main appcelerator app to have two android activities.. the main activity and then a secondary activity that our service can...
View ArticleCan't show TimePickerDialog on top of window with Titanium 3.+
I'm working with Titanium SDK 3.1.3 and I can't display a TimePickerDialog on my current window. If I try to, the dialog is displayed behind the window and won't be displayed until I close the current...
View ArticleCan't get the md5 working
Hi, with this code I download an image to the external storage (SD) of my device: var c = Titanium.Network.createHTTPClient(); c.onload = function() { alert("onload"); var filename = "image.jpg";...
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 Articleandroid market billing options
My app is nearly ready for distribution. This is my first app so i'm not quite sure how to handle billing for the app. The form of billing i want is monthly subscription with possible 6months or 12...
View ArticleAdmob & InApp Billing for 1.8
Any idea when the Admob & InApp Billing modules for Android will be updated for 1.8?
View ArticleIn App purchase module for android
Hi I want to ask question do titanium have in app purchase module for android.I have seen the store kit module for iphone but not for android.Can somebody help me in this regard. Thanks
View ArticleAndroid Application require restart
Hello, I am trying to run my android app on Emulator but it's not working and it's requiring a restart.. I am using: Google APIS Android 2.3.3, Screen: WVGA854 My Code is Here:...
View ArticleHow select multiple images using Titanium ?
i trying to select multiple images. i'm unable to select multiple images using titanium. can some help me to sort out this problem. i need list of selected images or list of files. please help me get...
View ArticleSelect Multiple Images Using Photo Gallery Picker (Android and iOS)
At the moment I am using Ti.Media.openPhotoGallery to select an individual image from the device photo gallery: Ti.Media.openPhotoGallery({ autoHide: true, mediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO],...
View Articleandroid development
good morning to all! im having a really hard time developing for android...my issue is that in IOS all images and buttons are can be seen and are working properly...now in android all i see is the...
View ArticleTitanium orientation change problem
Hello everyone I m developing Android app. using Titanium 3.1.3 . I have problem with orientiation change. When orientation change I want to change view height and width .but its not work. or I m...
View ArticleNative UI View for Android
Hi I'm working on the latest Appcelerator's Titanium 3 and I'm building an Android App, but the UI of my app is a previous version of Android (I don't know what Android version). My Android SDK version...
View ArticleHide the keyboard (blur) when clicking out of a textField inside a tableView...
Hi, I'm developing in a Mac for IOS and Android and I'm using Titanium 3.1.0. I'm trying to get a table in Titanium where each row has a static text and a textField where I can input something. So I go...
View ArticleImproving Titanium Performance
Hi I'm currently building an Android app using Appcelerator Titanium 3, My app is slow and crashing sometimes. My code looks like this: var data = []; var table = Ti.UI.createTableView(); for (i = 0;...
View ArticleThere MUST be a way to use the new Genymotion Emulator!
First of all, if you're doing android dev and not using Genymotion... GET IT! The thing is blindingly fast, faster than my Galaxy S4 device. Now that said, and because of it, is there any way that I...
View ArticleTrying to get started 2
Ok updates are installed and now i need the Android sdk.I follow the install/Update sdk. and watch the Android sdk manager witch will fill in the files i need (I Think) it comes back with 3 install...
View ArticleI want to add a 2 labels and 2 textfields on an alertView for android
I want to add a 2 labels and 2 textfields on an alertView for android. Will it be possible since android does not support Popover feature as in iOS?
View ArticleAndroid Genymotion and Admob
Hi all, This week I discovered the Genymotion emulator, what an improvement! After some hassle I finally got it to work, however, I have an app that uses Admob and this app keeps crashing when I use...
View Article