Google Maps v2 for Android - Map appears blank, only zoom and location...
In my app I use a view manager that loads content offscreen and then animates the View onscreen by setting the left property. The only way I can get the map to appear is if I also include changing the...
View ArticleAndroid incorrect contacts updating
My application should be able to edit in the user's contacts, I have accomplished that smoothly on iOS and it is working fine, on Android most of the time when I update a certain contact it updates...
View ArticlePercentage(%) for the all the UIs not working well in Nexus 4 Device
Hi, I am using percentage(%) for all the UIs in my project. It is working well with all the devices but for the nexus 4 device, the UIs are showing very smaller. I dont know how to resolve it?
View ArticleUrban Airship notification click event
Hi guys, Currently i am developing an android app that can received notifications from the Urban Airship provider. I'm trying to store the notifications message in the SQLite Database to be use as a...
View Articlehow to video recording in landscape in titanium in iOS?
I am developing an iOS application in Titanium Appcelerator and using inbuilt camera to video record for 1 minutes but video recording only in landscape not in portrait.How its possible?,i have open...
View ArticleOpening a PDF
Hello, Application Type: Mobile, Platform: Android, Device: Samsung Galaxy Tab 10.1, Development System: Windows I am trying to open a PDF file. I have a the Adobe Reader PDF viewer installed and it is...
View ArticleImageView Issue in Android
I'm working on Titanium 3.2.1 and deploying for both iOS and Android. I'm having trouble displaying images on ImageView in Android, i am retrieving the data from the server those are in jpeg format,...
View ArticleOpen PDF files in Android
I m having a PDF file in my applicationDataDirectory, I am trying to open it using below code. But i am getting error file not found try {...
View ArticleDistributed APK wont install but works with RUN to USB
Created an App with Alloy and TI SDK 3.2.0 GA (All Up to Date). When I Run my App with the target to a Device which I connected via USB it works great. But when I Distribute it for the Android App...
View ArticleMemory management in Titanium SDK 3.2.1
Hi, I am building a mobile app both for Android and iPhone by using Titanium Alloy. Titanium CLI version 3.2.1, Titanium SDK version 3.2.0.GA Alloy version 1.3.1 I have read in the forum about memory...
View ArticleAndroid Ti.Network.createHTTPClient memory leak
I have created a background service that every second has to ask to the server if there are any new data. Using debug monitor what I notice is that the allocated memory is growing and growing till it...
View ArticleWindow or View, which to use?
I am creating an application in Titanium Studio and at first I'm using a window for each different screen. Where can I find articles that talk about semantics in Titanium Studio (I'm developing for...
View ArticleImageView in Android
I'm working on Titanium 3.2.1 and deploying for both iOS and Android. I'm having trouble displaying images on ImageView in Android, i am retrieving the data from the server those are in jpg format,...
View ArticleHow to get Screen position (x,y) on listView itemclick ?
Hi, does anyone know how to get screen position when i click listItem on listview? because i want to make popup view right on above listItem when i click that listItem.. Thanks before..
View ArticleTitanium Studio Freezes on Window 7 64 bit
Application type: Android Mobile. Titanium SDK: 3.2.1 GA Platform & version : Windows 7 64 bit Home Premium. Device : Android emulator(4.3 or any) AND physical device - Micromax A110. Titanium...
View Articleimages in Android
Hi, i want to display an image in imageView : My imageView : var myImageView = Ti.UI.createImageView({ defaultImage : '/images/default.png', image : '/images/default.png', top : -20 }); In my project :...
View ArticleMy app gives 'Package file was not signed correctly' error on google play store.
After applying these steps my app gives 'Package file was not signed correctly' error on google play store. My app link is here The tiapp.xml file of my app is as below: <?xml version="1.0"...
View ArticleForcing Landscape splash screen in Android
Hi. I'm trying to lock the splash screen on Android to a landscape orientation so that when the app loads (which is always landscape) it doesn't have the jarring transition from portrait to landscape....
View ArticleImage scale dimension weird on Android
Hi, I have a imageView with a size of 244 height and auto width.var photosView = Ti.UI.createImageView({ left: 0, right: 0, height : 244, top : 40, visible: true, canScale: false, image:...
View ArticleHow to add nested childTemplates inside listView??
Hi everyone.. I have code like this:var listViewRowTemplate = { properties: { height: '100dp' }, childTemplates: [ { //lblIndicator type: 'Ti.UI.Label', bindId:'lblIndicator', properties: {} }, {...
View Article