Rainbow Color Text
Hi Is it possible to create rainbow colour Text in IOS and Android. I have text "HELLO WORLD" each world do need to have rainbow colour in it. The letter 'H' appears in all 7 colours. If its possible...
View ArticleLG G2 Text Field errors
I have recently updated my LG G2 to the latest version of KitKat and am noticing issues with textfields. Has anyone else noticed that the text typed in text fields is appearing above the actual text...
View ArticleWindow in a scrollview
I am using com.tripvi.drawerlayout module on Android and I will like somebody explain me how can I open a window with a js url in the scrollview, I am using the example. Please, help me.
View ArticlePut json data to tableview
var mainWindow = Ti.UI.createWindow({ layout: 'vertical', backgroundColor: '#d4d4d4', exitOnClose: true, }); Â var mainWindowView = Ti.UI.createScrollView({ contentHeight: 'auto', layout: 'vertical',...
View ArticleIntegrating Cloud Push Notification using Alloy
Am using 3.2.2.GA sdk, Android and Appcelerator Cloud for my applications push notification. When I create a Default mobile application and run, push notifications are working fine. But if I run the...
View ArticlePush notification retrive token retries
Am using 3.2.2.GA sdk, Alloys and Android, Have sent push notification from my application and sometime retrieveDeviceToken retrying to fetch device, on the meantime my errorcallback had been called...
View ArticleAndroid : No Activity found to handle Intent when trying to use the Native...
In the iOS version of my app i used Titanium.Platform.openURL('Maps://http://maps.google.com/maps?q=' but in android that doesn't work so i had to look for a an android specific code in order to use...
View Articletake picture ios and android 2 problems ?
1- i can't save the picture into sd card 2- i can't add taken image to imageview this problem in both ios and android the code Titanium.Media.showCamera({ success:function(event) { var cropRect =...
View ArticleApp closes with a crash when pressing back button on index page.
I am using exitOnClose in index window which forces the app to close when pressing back button. But, if any process is running in app like rendering of views, it closes with a crash. Here is what I get...
View ArticleHow to launch Android app on boot
I need to launch my Android app on boot of the OS. Worst case, I can use a 3rd party app like LaunchAfterBoot to achieve this, however I was hoping to get it working using the AndroidManifest settings....
View ArticleTitanium Studio Android App crashes upon running
Titanium studio compiles and installs the app with no errors at all. However, when I test it on my physical device (Nexus 5, running latest Kit Kat OS), the app crashes and says "Unfortunately, the App...
View ArticleHow to get Android Simulator to support Google APIs on Titanium Studio.
Every time I run the app via Android simulator, it fails to install. Here are the warnings I am getting:[WARN] : Detected Titanium.Map.createView() call which requires Google APIs, but the selected...
View ArticleTitanium html5 app appears softkeyboard on start app
Hi i build a html5 project in titanium, for ios is ok, in android, when i launch the app, appears automatically the softkeybooard, but i haven't input text or something i read about...
View Articletitanium app html5 problem with external php
Hi, i had a website that call sometimes php pages, throught ajax i put absolute url in all javascript, and build on titanium html5 project in ios works perfectly, js call data and show it, but in...
View ArticleHTTP Error Forbidden on Android
I have an iOS app that pulls json data from a url to populate table views. I have been tasked with now making an android version. After fixing various UI compatibility problems, I keep running into...
View ArticleTi.API.addEventListener causing a libc: Fatal signal 11 (SIGSEV) on Android
Hi - I've now tried this on 2 different workstations and even rebuilt my Titanium on one and tried it again. I created a new project using the Classic template "Single Window Application". Verified the...
View ArticleTitanium Studio Android App does not show up
The Android app builds, installs and runs with no errors at all. But upon starting, I am greeted with the Titanium logo (the 'A' inside of the triangle, and on the bottom it says "powered by...
View ArticleadMob Module on Android - You must have AdActivity declared in...
Hello, i run into an Error with the ti.admob module Version 2.0.1. Titanium SDK: 2.1.0 GA Platform: Android, Android emulator Host Operatin System: OSX Lion My App starts fine but my admob-banner shows...
View ArticleAndroid Push Notification Format
Hi, After spending time getting Android Push notifications working through ACS and GCM , I was wondering if anyone knew how to get the push notificatoins themselves to display using a custom format for...
View ArticleScrollView is not updating when I change properties
I'm working on an app for Android using studio 3.2. Currently testing on a Nexus 10 but it gets used mostly on phones. Anyhoo. I have a scrollview that I configure at start up based on the device...
View Article