Webview inside a view will not load
So I am having an issue loading a webview. The code is below... I need some help here guys! Thanks! var webview = Ti.UI.createWebView({ url:'http://google.com', top: 75, width: 100, hieght: 100 });...
View ArticleCustom row tableview
Hi, I have a table with custom row items that i dynamically generated from a loop (items are a checkbox and two labels). The sample code is below. Now I want to get access to an element or item on a...
View ArticleMQTT - alternative for China where devices ship without Google Play
Hi everyone, Since MQTT seems to be totally unsupported by Appcelerator now - does anyone have any suggestions as to what we can use to still be able to send Android users in Countries like China Push...
View ArticleAndroid Push - NO GOOGLE PLAY STORE - NO GCM - Alternative
Hi, I have been reading about Android push notifications but all the answers and documentation seems old. I wanted to see what the latest is. I am developing an app for the Asian market - for iOS I...
View Articleget extension of link in android
Hi I am fresher developer in android . i have already created project in android and my next task is webview. How to get extenssion of url in webview. i have used android appcelerator version is...
View ArticleYoutube video page causing v8 crash?
Hi, during runtime I am getting this error when I click the video button: [ERROR] : V8Exception: Exception occurred at ti:/console.js:25: Uncaught Error: Java Exception occurred The code is here or in...
View Articleremove function doesn't remove the view from UI in Android
Hi, I am developing a Android app with Titanium SDK 3.2.X, Where we can add and remove certain feature from the list, I am making use of view's to display the feature to the user, When the user doesn't...
View ArticleFailed to install apk
Why doesn't titanium install on my android now? (sorry for the mutliple posts) [INFO] : Installing apk: C:\utility\titanium\handofhelp\handofhelp_mobile_app\build\android\bin\Hand of Help.apk [INFO] :...
View ArticleHow can I retrive WOEID from Yahoo weather link for a User given location
How can I retrive WOEID from Yahoo weather link for a User given location. I write this code but get Undefined...
View ArticleYou need to use a different version code for your APK because you already...
Google Play is giving me this error after I upload my apk. "You need to use a different version code for your APK because you already have one with version code 1." I updated the version from 1 to 1.1...
View ArticleEmulator process exited with code 1 When testing on Android. What to do?
Hello, I am trying to move an app I developed for iOS to Android but I can't even get the emulator to start. When I try it always get Emulator process exited with code 1 I am using Titanium SDK 3.1.3 I...
View Articledelete file row
i can delete a file but can't delete a row in a file.So how to delete a row in a file? here data in a file arranges like a table,i want to delete each row when click this row. i know index of the...
View ArticleUnable to run project in Android Emulator
Application type: mobile Titanium SDK: 3.2.1.201402041146 Platform & version: iphone and android Device: iOS simulator, Android simulator Host Operating System: OS7 Maverick Titanium Studio: I am...
View Articletab bar icons on 3.2.0 and 3.2.2
Hi all, I updated my titanium sdk and I no longer have any images in my tab bar. I've googled and can'tfind anything on the issu. How do I get them back?? Also, all my text fields and pickers are dark...
View ArticleThere's a way to add windows to scrollableView ?
I'm trying to add windows to an scrollableView like that: var win1 = Ti.UI.createWindow({ url: 'somURL.js' }); var scrollableView = Ti.UI.createScrollableView({ views : [ win1 ] }); win.add(...
View ArticleCan't run in Android Emulator. No AVD created.
Hello, in Titanium I can run a simple mobile app on iOS emulator, but I'm having problems with Android. This is my environment: OS: Mac OS X Mavericks Titanium Studio: 3.2.1.201402041146 Titanium SDK:...
View ArticleYou uploaded an APK that is signed with a different certificate to your...
~~ Upload failed You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with...
View ArticleHow do I delete first original APK that was incorrectly signed with java 7
How do I delete my first APK which was signed with java 7 in the Google Play Developer Console? I tried uploading a new app but it wouldn't work because com.foobar was the same. And uploading a new apk...
View ArticleAndroid Emulator List in Studio shows unavailable AVDs and doesn't update
I installed the latest version of Studio yesterday, and it helped me download and install the Android SDK. When I want to run on an emulator for Android, I can choose from a huge list of different...
View ArticleTimeout error
You can increase this timeout by running: titanium config android.emulatorStartTimeout <timeout ms>
View Article