Get position on Android returning error
I'm trying to get the user's current position but always when I tried it returns network is disabled and Cant get user position but I can secure that my network is working. this is the code: //...
View ArticleNappDrawer widget fails to build android package and gives error
I am working on Titanium SDK and needs to implement slider style menu. For this I found NappDrawer a useful widget and it successfully works on iOS devices and simulators. But when I tried to build the...
View ArticleCaching of google map tiles (Android)
Hi coders, I found a strange behaviour of google maps v2: After starting the map from Hamburg I pan i.e. to Berlin. In Berlin i cannot zoom in. The streets keeps blurry. Hm. Now I tested all my...
View ArticleFacebook "Mobile App Install Ads"
How to intergate the Facebook "Mobile App Install Ads" for android ? Is there any module to integrate?
View ArticleTitanium Alloy Pull-to-refresh widget not scrolling properly on Android devices
I am working on Titanium SDK and need to implement that Pull-To-Refresh widget. This widget works perfect while on iOS devices but when I try to run the same on Android devices, it doesn't even scroll...
View Articlehow to change the color of action bar title and tab title by using Android...
i found Android Action Bar Style Generator can customize background colors , but no way to customize text colors ? any advise would be really appreciated !
View ArticleUnable to start Android Emulator -- weird solution
After installing the latest Titanium Studio (3.3.0) and Android SDK (4.4)- on Windows 7 (both 32 and 64bit) I was unable to get the Android emulators to start from Titanium. If I manually started the...
View ArticleHow to save downloaded file on Android into Downloads folder.
Hello, I'm new in Titanium SDK, and maybe this question will be a bit stupid, but I really need help. So I have Android app with webview, and there is some links for downloads, and when user click it...
View Articlebackground service in android module
Hello guys. I am trying to include a background service inside an android module, that is because currently the service is only available in android platform(HCE service,...
View Article[Android SDK Home] No Android SDKs were found under the specified SDK location
I am using titanium studio 3.2.1 But I get this error while searching for the sdk's: [Android SDK Home] No Android SDKs were found under the specified SDK location I have all android sdk's installed, I...
View ArticleApp for Galaxy Gear and Moto 360?
Hello, Appcelerator working on the adaptation of new mobile devices, such as connected watches? Galaxy Gear (Android and Tizen) are interesting. The next Moto 360 (Android) also seem very exciting. it...
View Articleandroid titanium route not working for me
my mapview's map has disappear upon adding in the route. This is my codesvar map_win = Ti.UI.currentWindow; map_win.backgroundColor = '#FFF'; map_win.open(); var btn_back = Ti.UI.createButton({...
View ArticleINSTALL_PARSE_FAILED_NO_CERTIFICATES error after signing app and publishing
I'v made an android app that installs perfectly on an old HTC desire Bravo Android 2.2, but I cant install it on new android devices version 4.0. When installing with adb to see the error I see the...
View ArticleUpgraded to 3.3.0.GA now my app doesn't work?
I keep getting this error:Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.AppCompat.Light'). Here's what my tiap.xml looks like: <android...
View Articlesubscribed to push notifications, but send status fail and message status...
Hi I put retrieveDeviceToken and addEventListener with CloudPush on alloy.jsvar CloudPush = require('ti.cloudpush'); // Initialize the module CloudPush.retrieveDeviceToken({ success:...
View Articletitanium nfc basic
Im trying to alert something when my app is open and a mifare 1k card is sweep at the back of my note 1. So this is my code: var nfc = require('ti.nfc'); var nfcAdapter = null; nfcAdapter =...
View Articleinappbilling : How to restart launchPurchaseFlow?
I'm working with inappbilling module. Everything went smooth except one case not covered by the sample code: When a user initiate any purchase action, the Play Store purchase view will pops up, since...
View ArticleLabel text container resize error on Android 4.0.4
Hi there! I have an application (3.1.2.GA build) with the following problem: There is a slider which change the label's font size (black text color, red background color). When I increase the size, it...
View ArticleTitanium Studio 3.3.0 Android SDK is missing
I'm using windows 7, reinstalled SDK and Titanium Studio several times and deleted the ".titanium" folder but still SDK is still missing. It took 2 weeks but still problem occurs. (Get...
View ArticleError when running android emulator
I created a simple android project. When trying to run it i have an error. Many thnaks for your help. [ERROR] Application Installer abnormal process termination. Process exit value was 8...
View Article