Titanium.Media.AudioPlayer format support ?
my real goal is , i don't want my original songs to be played by other music player apps on user's device , only mine . so i came up with the simplest idea , changing the audio file extensions to some...
View Articlemouse cursor not showing ?
Hello I've problem in android KitKat the textfield cursor not showing at all , but on ICS its showing , this is my code <TextField id="username" autocorrect = "false" keyboardType =...
View ArticleRemove Android ListView separator
Is this possible? Would like to remove any sort of separator between my ListView rows. Surprisingly haven't found any threads on the topic... Looks like there is an iPhone specific way to do this via...
View ArticleTiMediaPicker Module. Feeback?
This is not really a question - I just would like to ask for feedback for my MediaPicker module. It just got published on the marketplace and is available via github, too:...
View ArticleSelect data from multiple classes
I'm currently working on getting data from parse.com. What I want is to get data from more than 1 class. I'm testing in android platform. This is my current code now which will retrieve data from ONLY...
View ArticleSDK 3.3.0 - Android - Window not fullscreen
When I compile my (existing) app with 3.3.0 GA the following window (webview, view_bg) is not filling out the whole window space. Its only a small view in the top left corner and I still see my...
View ArticleHow to set cancel on buttonName for a OptionDialog
Hi, How can I set cancel on a buttonName on OptionDialog for Android. my code is as follows. index.xml<OptionDialog id="optionDialog" title="Select Option" ></OptionDialog>...
View ArticleAndroid SearchView breaks after invalidateOptionsMenu. [ERROR] View already...
My App needs to refresh the menu items (showing and hiding items) on Android when a certain action is performed. I have an implementation of a searchView on my ActionBar and it works when the App first...
View ArticleTitanium Studio 3.3.0 for Android is broken both on Windows and on Mac!
Hello, this is a cry for help with sadness and disbelief. Sincerely... what's going on? I was using previous versions of the app both on Windows and on the Mac and everything worked (not smoothly, but...
View ArticleFire app-level event from android module
I would like to fire app-level event from native android module - from benCoding.AlarmManager. When app receive notification I Would like to run some code using:...
View ArticleProblem with navBarHidden in Android with SDK 3.3.0
I've been developing a simple android application and everything was fine before I've updated the SDK version to 3.3.0. My problems are related to Window.navBarHidden attribute. As seen in the docs -...
View ArticleHide ActionBar on TiSDK3.3.0 with Android 2.x Devices
From 3.3.0 on, the navBarHidden property of a window no longer works. To hide the Titlebar/Actionbar, you'd have to create a custom theme as described in the docs. <?xml version="1.0"...
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 ArticleAndroid webview - enable pinch when enableZoomControls = false ?
Hi, I have an Android app with a webview. The zoom controls are hiding an important button of my app. I know they disappear after a few seconds, but still, it harms the user experience. I tried to...
View ArticleHow to add animation/transition when linking windows (Alloy)
Hi, I just started using Alloy one week ago and I have been trying to add an animation when linking two windows. I have been trying to use Titanium's built in animations but I can't figure out how to...
View ArticlePhoto of profle
Hi, I doing a profile module but I have a problem: When I select a photo from photo Gallery and I send to a imageView, this process is correct but when I close my app and I open of new don't has the...
View ArticleAndroid APK Expansion Files
I have an app built for Android ready to go on the market place. The problem is on this app I have numerous videos that need to be in the application. I have looked on here for a solution regarding APK...
View ArticleAndroid APK expansion pack
Anyone have any experience with the Android APK Expansion packs? not sure how to incorporate it? any info welcome!!
View ArticleAndroid Market APK changes
Not really a question as such, more informational really. Google has raised its rather arbitrary maximum application size from 50MB to a hefty 4GB. for Android Apps. More details are here:...
View ArticleTi.Include cannot find file for Android
Hi, I'm working with the latest version of studio and am having a problem with Ti.Include for my android build. I have a file at app/assets/include/GUIFactory.js. The file is included and works as...
View Article