Silly Android Question
Hi All I feel this maybe a silly question but going to ask anyway. I have been developing using titanium for IOS for a while now and have watch titanium grow and love it. Recently i have been looking...
View ArticlePushnotifications Android
When i want to send a pushnotification with the API from Pushwoosh to an Android device do I receive the message in the notifictionbar, but when I pull down the notificationwindow there's no message....
View ArticleAndroid Click Back Button Twice - Black Screen Then Close
Hi All I am having issues with closing a window on android, when i click the back button on samsung galaxy s3 it first goes to a black screen and click again and then it will close??? I am using the...
View Articleinvalid Password .plz try Again .please provide System password to allow...
Hi Friend , i am the new User of Titanium , i am trying to install Titanium on My MAC Mini .when I am giving the System Password to install Titanium Update.. i am getting the Error.. invalid Password...
View ArticleAndroid: TiMedia: (main) OnResult called: -1
I'm getting the following messages in my log when selecting a photo from a gallery: [ERROR] : TiMedia: (main) [19607,322454] OnResult called: -1 [INFO] : I/dalvikvm-heap: Grow heap (frag case) to...
View ArticleTi.Media.AudioPlayer - lacking basic features?
It has no "duration" properties, nor does it have "setTime" method for iOS. How can I implement a basic audio player that has a time bar displaying the total length, the current progress, and users are...
View ArticleAndroid 4.4.3: Closing TI app will show previous app
I've noticed something strange after updating my Nexus 4 to 4.4.3: when I close titanium apps the previous app from the task switcher will show up for a short time: home screen opening camera app...
View ArticleAjax post to php with params on android
I am doing a simple post with parameters to a php page. It works great with IOS, but on android php cannot access the post variables (if android is even sending any). Can anyone see what might be wrong...
View ArticleDate and Time(range) picker
Application type: mobile Platforms: IOS and Android I'm looking for a simple widget that would allow to pick dates, then time ranges and add events. This should not create nor modify events in a native...
View ArticleSometime the image is displayed and sometime is not!
Ti SDK: 3.2.2GA Platform target: Android Device: emulator and S3 Hi, I'm trying to crop an image with this code:function cropImage (img){ var _up; var _cropUp; var up; _up = Ti.UI.createImageView({...
View ArticleHow to get users list who liked a specific photo
I have a photo saved on the cloud, I need to get all the users who liked this photo How can I implement that?
View ArticleFast switch VideoPlayer from normal size to fullscreen and vice versa
I am writing an video app similar to youtube. The app has a portrait page showing the video on the top and the second half is a list of other video. When the device turn to landscape orientation, the...
View ArticleNot able to install android sdk on Titanium 3.2.0 on ubuntu 12.4 (64 bit)
I have downloaded titanium 3.2.0 and downloaded all the dependencies . But when I am trying to setup android sdk Its is not doing so. I have tried with many option that i had found on various blogs...
View ArticleCan't remove window title bar in Android
I am porting an iOS app to Android and after creating a new window and webview to browse Internet, the name of the app is at the top of the display. This only happens on Android. I don't know how to...
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 ArticleCustom Font Not working in android
Hi All I am implementing a Quiz project for android in Titanium my SDK version is 3.13 and the targeted android version is 4.2.0. I am facing the problem of loading the custom fonts for my application...
View Articlearmeabi , armeabi-v7a, x86 , which folder i should remove ro minimize apk size?
Am packing my apk before publish to store m the app size is very big , i found inside the apk the following folders "armeabi" , "armeabi-v7a", "x86" which have vey big size, Can any one tells me which...
View ArticleFunction not returning anything
I have a problem with a function that needs to return true or false but it only returns undefined. In app.js I have the following: //Including functions var User = require('models/User'); //Including...
View ArticleUI.Switch and XHR
On switch change event, I'm connecting to my server to synchronize the config. It looks like this: Switch code:var mySwitch = Ti.UI.createSwitch({ top: '22.5dp', right: '10dp', value:...
View ArticleCustom Font not working in Android
iv read links and even docs but my project do not have 'fonts' folder in 'resources' folder. I have created this app through titanium. Any tips would be great.
View Article