Androids AccountManager as module
Hi, I know there is a JIRA-ticket about this. I plan to build my own module for the AccountManager. Where I found good examples for similar projects to learn about this? Rainer
View ArticleAndroid Push Notifications - deviceToken
Hi to all, I have struggling to test the android push notification system through ACS but weird things happen. I test the following scenario: I have installed the app and using...
View ArticleAnimation new window in Android Alloy
Hi, i'm trying to open a new window in Alloy with 3.2.3GA SDK, first fade out the actual window and then fade it the new window, i tried as my self but not working as my requirement, thanks for your...
View ArticleTitanium view animation issue
Hi everyone, I am trying to create a view and an animation associated to the view. Here is the part of the code with those elements:var mainView = Titanium.UI.createView{(width:100, height:100, top:0,...
View ArticlePicker issue after pressing android device back button , picker selectedRow null
Hi All , I am using picker , when am clicking button in button event listener i am getting the value of picker by using picker.picker.getSelectedRow(0).title but when i am pressing after device back...
View ArticleWhat code requires the Android READ_PHONE_STATE permission
Does anyone know what causes the Android permission READ_PHONE_STATE to be included in the AndroidManifest.xml? I'd like to not include this permission. Rather than make a custom manifest excluding it...
View ArticleOption Dialog IF statement
I am using titanium 3x and designing for Android. The user clicks on a tab and it opens up a dialog asking them if they have performed an action or not. If they click 'yes' another window opens and if...
View ArticleUnable to build for Android device with i18n pt-PT
Hi, When trying to build for Android device i get error: [ERROR] Failed to package application: [ERROR] [ERROR] invalid resource directory name:...
View ArticleAndroid 4.0+ Image Compression
Is there a way to compress images on Android devices using 4.0 or greater? I've tried using the ImageFactory: var compressedImage = ImageFactory.compress(event.media, 0.2); f.write(compressedImage);...
View ArticleHow to access custom relation filed object ?
Hi everyone, We I have followed the technique mentioned in the link: http://docs.appcelerator.com/cloud/latest/#!/guide/relationalfields I have followed exactly the same steps, can anyone tell me how...
View ArticleSolution for those with the "Android + Webview = Resource Images Not Showing"...
Hey guys, Thought I'd share this since I spent hours pulling my hair out (until 6am) and trawling through dozens of the same questions posted here over the last 2 years. I slept on it and came up with...
View Articledynamically adding controls
Actually I am going to start titanium alloy project. In this i have to create the controls like textbox, checkbox dynamically. how can i do so?? anyone plz do help?? thanks in advance for the answer.
View ArticleListView autofocus
Hi there, I need your help! I've created a window, and I've added a scrollView. Inside this scrollview, there's a view. Inside this view, there are a couple of labels, and a listview. On Android (TiSDK...
View ArticleHow to access relational field in custom object in titanium android
I created custom object and used this link http://cloud.appcelerator.com/docs/relationalfield. to create relational field of another custom object .now i get the original custom object but i don't know...
View ArticleAlloy remove ActionBar from Android ?
Hello i want to remove the Action bar from android and keep only the activity how i can' do that ? my app working on both iPhone and Android , but on android there is action bar i don't need it any...
View ArticleTitanium Studio "embedded" SQLite missing-- Ti.Database is undefined?
Hello, I am new to Titanium Studio. I am going through a book called "Creating Mobile Apps with Appcelerator Titanium." It states in the book that there is an embedded RDMS -- SQLite. However, when I...
View ArticleAndroid screen resolutions
Hi all, I know there has been a lot written (and read) about how to handle the many different screen resolutions of Android devices but it is driving me nuts trying to get my app looking good on...
View ArticleWebview on Android with autofocus: how suppress appearance of the soft...
Hi, in my app I have to use a webview ;-((. This webview uses HTML inputs and the crazy web developer made an autofocus to his input. Unfortunately, then appears a keyboard. How can I suppress?...
View ArticleExpand/collapse section in UITableView ?
Could somebody tell me the way to perform TableView expandable/collapsible animations in sections of TableView as below? http://s16.postimg.org/3wcqvwskl/ft_MVW.jpg ![alt...
View ArticleRotate or point the arrow after result
I'm looking for someone to help guide me in the right direction; I am creating a BMI calculator.After the result i want the arrow to animate and point to the result number. just like this app in google...
View Article