Community Questions & Answers
Kitchensink Images are not displayed on Andriod Emulator
There are no images appearing in the Andriod Emulator under Image Views. It seems that there is a continous error in the log file for local images (Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.) and for remote images (Max...
calling on a number including # at the end in android
Hi Everyone, I just want to dial *123*456789# but it shows number till 9 and skips # value then i tried the other way as you told by using %23 at the end of the string in this case an error comes saying NETWORK CONNECTION ERROR INVALID...
Can't get Twitter working on Android
Twitter doesn't work for Android - the oauth adapter fails. Anyone having the same problem? Any work arounds?
Starting uP a new Project
Hi, i Have Aptana Studio and Titanium Developer With all required Plugins .I want to create a new sample application.But I Am not able to do so..i am new to titanium..kindly Guide me with Each Steps So that I can create a sample application
Set Ring Mode on Android
Hi, Is there currently a way to programmatically change the ring mode on an Android device with titanium? I know that it is possible with Android (unfortunately not iPhone), but is it implemented in the mobile api yet? If not, where can I suggest this...
Back Button in my Andriod Application
I want to create a back button in my tablet . i know that android does have "back" button functionality but i also want to create back button . Pls guide me ..Any example will be acceptable .
Please note that the following code work perfectly fine on IOS, and totally suck on Andriod
bug 1. So I've a table with 2 table view selection, each selection contain some row, in each row there's a label and right image, what I want to do is, when the user click on the image, the image will change to another one, and when he click on the row...
add,view,edit,delete
Hi, I want to create this page . I have used 3 tabs for this . 1- tab for ADD 2- tab for view,edit(Button),delete (button) 3-tab edit form fetching from db The problem is in tab-2 and tab-3 ~~~ dataArray.push({title:'' +...
Andriod emulator not starting up
my andriod emulator doesnt start, i get this in the terminal output [TRACE] app property, ti.ui.defaultunit : system Fastdev server already running for nl.boxnummer.dating
Android camera API broke between 1.7.2 and 2.0.1+
I'm seeing a consistent crash when using the camera on Android: - Install your application by downloading the .apk (not by deploying to the Android device via Eclipse) - The first time you use the camera, after you've taken the picture, as soon as you...
Textfield automatically gets focused
I am using 1.7.1 titanium studio and 2.3.3 andriod sdk. I have 3 tabs A, B , C . On tab B there is a text field. When i press tab B the text field automatically gets focused and is selected.But i don't want that to happen unless and until user clicks on...
Does Kroll limit Content-length for Android?
Does the Server side of Titanium[Kroll module] limit the size of Content-length although we set it to a particular length on the Client-side? We are getting HTTP Response as -1 instead of 200. The probable approaches we are contemplating are as...
Accordion Pane using Table rows
Hi, Can anybody has an idea about accordion pane using table rows.. Please refer me related stuff to make it work out..
New Appcelerator Titanium Book Released today!
Hi all, thought I'd share the good news & inform you all that a new Appcelerator Titanium book has been released called 'Appcelerator Titanium Smartphone App Development Cookbook' & available from...
Update view of First window by Event handler of the view in second Window
Hi guys... I'm having two windows,and each window contains 3 views. i want to update View elements of First window by raising an event in the view of the second window.. Anyone can u please suggest me the solution.......?
Zend AMF & Appcelerator
I'm a Flex / Flash Builder developer and for the most part when developing a backend we tend to use Zend AMF or AMFPHP. The AMF protocol is used because it is much faster than other web services / protocols. Can the mobile version of appcelerator...
How to change the drop down arrow sign of table view in andriod
I am using andriod 2.3.3 and 1.7.1 titanium studio . I want to make my application like it is in iphone. So i want to change the drop down sign of a table view to just > like iphone .Is there a way to do this. Thanks
Is there any Solution for Reducing App size ??
Hi guys, I'm not able to reduce the size of the Application........ Can anybody plzzz help me to make it possible.... Thanks, MONY
Insert Tab At Index
How can one add a tab at a given index? Compare to `tableView`'s insertRowAfter and insertRowBefore.
Emulator Problem
Hi guys..... I installed Titanium SDk 1.7RC1.Now the Performance of my Application was improved but it was not showing images when i take Imageview.In Emulator my app not working Properly bt it was working perfectly in Mobile. Can anyone solve my...
exception
Hello sir, In the iphone the following coding is succeccfully done but in android the throws java.lang.IndexOutofBounds Exception here i show the code loginReq.open("GET",API); loginReq.onload = function() { try { var doc =...
Andriod SDK folder permission problem under Windows 7
have found where the problem is. So far the "temp" folder in andriod SDK is on read-only mode with a square not a tick. I tried various ways to turn it off, but it seems to have something inside the folder which is read-only. In fact, it detected...
Couldn't find adb.exe or android.bat in your SDK's tools directory
Hi, I am attempting to use the latest Android SDK: Android SDK Tools, revision 9 Android SDK Platform-tools <http://developer.android.com/sdk/android-3.0.html>. In edit profile when I try to set Android SDK: C:\Program Files...
UI issue with android emulator
Hi Everyone, Lately, I was working on a titanium project. In first phase, i planned to concentrate on the iphone, and built working model of the app. While tried running back the same thing on the android emulator, I was amazed after seeing that UI...
Any Appcelerator Developer in Malaysia
Hi Guys, We are just starting using Appcelerator, got a project, since not much time, looking for some help, can talk of full outsourcing also, if the price is right :) Can call me at +60123247427 or email me at deep#@softsolvers.com.my. Regards, Deep
post data appeneded.
I am having my post request something like this. //create http client var loginReq = Titanium.Network.createHTTPClient(); //create click event listener loginBtn.addEventListener('click',function(e) { if (username.value != '' && password.value...
Could nto find the Emulator launch button for mobile type project
I have installed Andriod SDK Platform 2.2 Created device and its launching properly. When i create a project of type desktop, it works fine. I can launch the project. But for project of type mobile, I am not able to see the launch button :( I have...
HOW to connect SQLite 3 with Ti???
i am working on a a login validation app,for which i need to create one DB using SQLite 3,in which i need to create one table of username and password.but i dunno how to create the table ,insert the value and then connect it to my app,i hav made one event...
Android Emulator Issue with Kitchensink App
I'm sure this is related the Andriod SDK but when I try to run the Kitchensink app this is the error I get. Emulator pops up but is not responsive. New to Titanium, thanks. [ERROR] Error in compiler. <type 'exceptions.KeyboardInterrupt'>, ;...
Facebook Login on Kitchen Sink - Connect Window shows but is empty
Andriod - open kitchen sink Login/Logout module, the connect window opens but is empty and I can't go further [TRACE] W/FBLoginDialog( 392): This should not be null, at least on iPhone it is not... [TRACE] E/TiUIView( 225): (main) [868,423789] TAP, TAP,...
Running KitchenSink on Android - It doesn't have Connection
Hi I would like to test out some of the features like Twitter/Facebook/Soap but is unable to do so since the icon at the top seems to mean it is not connected. How do I connect and provide internet access to the emulator?
Changeing tab names in Android
Are there any known workarounds for to dynamically change tab names in Android? If the name is input from a textField I have tried something like this: textField.addEventListener('change', function(e){ tabGroup.close(); tabGroup =...
Java ME Library
Is it possible to use some Java ME library like the one below on titanium? http://code.google.com/p/android-xmlrpc/ Thanks
Geo turned off in 1.3.2 & 1.3.3, but it works OK in 1.3.0
I am getting "you device has geo turned off" from Geolocation in KitchenSink app for Titanium Mobile version 1.3.2 (I downloaded built version from the official blog) and version 1.3.3 (I built myself with android_platform = android-4 and...
iPhone resources pushed to Android
Folks, Why does the Resources/iPhone directory get pushed to the Android platform when deploying? ~~~ [DEBUG] C:android-sdktoolsadb.exe -e push C:UsersgregDocumentsappcsummitResourcesiphoneappicon.png...
iPhone resources pushed to Android
Folks, Why does the Resources/iPhone directory get pushed to the Android platform when deploying? `[DEBUG] C:/android-sdk/tools/adb.exe -e push C:/appc/proj/Resources/iphone/appicon.png...
How do I debug Android crashes
Hi, I have a weird crash occuring on an app that worked prior to Mobile SDK 1.2.0 but not with 1.2.0 or later. What is the correct methodology to determine what is causing the crashes? I have pastied it here in case anyone with more knowledge can help...
KitchenSink not running in android emu
I did a complete remove and reinstall of both titanium and android and the emulator still can not run kitchenSink. It runs just fine on the iPhone emulator. I've tried hitting the launch button again after the android is already running, no luck. If I...
auto height bug in 1.1.3
Hi folks, I'm getting a crash when using height:auto in the bleeding edge code on Android. ~~~ var row=Titanium.UI.createTableViewRow({ hasDetail: true, height: 'auto', listid: item.id, listprice: item.price, listtitle: item.title }); ~~~ Looks...
YQL on android in SDK 1.0
I'm trying to work with YQL in andriod. In 0.8.x it worked fine. But since 1.0 it's gone? The docs say it's supported both on Andriod and Iphone. But if you look at Kitchen Sink, on andriod the mashup tab is not shown and if you enable it, it will crash...
What Android SDK is the Preferred SDK?
I have been running into issues with xhr.Send with android. Works fine in iPhone. What is the preferred SDK for compiling android to the emulator?
scons compile options for Android
Does anyone know the correct compilation options for scons to compile the android source? Much appreciated.
Showing 1-42 of 42