Google Map V2 memory leak. How to solve ??
Hi, I have been struggling to find a solution to solve the Google Map V2 memory leak problem in my app. Is there a workable solution for this matter so far? The Ti.Map v2.1.3 mentioned that it fixed...
View ArticleHow to use Ti.UI.SIZE in dp instead of px
Hi all, I want an imageView to have the width of the image but in dp, I get the image from a url so I don't know its width. I want to use something like Ti.UI.SIZE but in dp not in px to handle...
View ArticleActionBar can disappear if not coded 'rightly'
I have this test code: // index.xml <Alloy> <Window class="container" fullscreen="true" onOpen="OnOpen" exitOnClose="true"> <Menu id="menu" platform="android"> <MenuItem...
View ArticleFit content of WebView on android
I've got some in-line html formatted data that I display with the help of a webview. It renders the content perfectly fine, however it does surround it with alot of whitespace, which makes it possible...
View ArticleNavigate to another screeen in CommonJS Module
Hi , I have a table view and when i click on row it should navigate to new Screen. This is my Code exports.placeholderView = function(args){ //alert('Inside Exports'); var view = new...
View Article"Getting GCM SenderId failed" when try to retrieve device token on Android...
Hi I'm developping a mobile app for Android and iOS. I'm using official IDE on Mac OsX with the latest SDK. I'm not using the ACS to push notification but need it to get the device token and register...
View ArticlePush Notification In Android
Hi all, I need to integrate push notification into my application. Some thing similar to REFER I went through this Link. But i am not able to understand anything can some one please suggest me any...
View ArticleListView display problem in Android.
Hi all, I have a ListView within a tableRow(Last row), Other components of table are displaying properly, But when it comes to ListView its not displaying at all. if display's also means in a tiny area...
View ArticleKeep Alive App For X Seconds iPhone and Android
Hello Community, Sorrry but i have created a countdown for 10 seconds and if user does not stop that countdown within 10 seconds by tapping a "Stop" button, i have to send a message on server. My...
View ArticleVery strange behavior: app sometimes works and sometimes not!
This is very very strage! I wrote a very simple app for Android (target 2.3.3). I use Windows 7 64bit. When i launch the app the first time it seems to work well but if I exit and relaunch it appears...
View ArticlePutting Ti to the test.. ios to android
So, it has been a while. I built an iOS app for work almost a year ago. We choose appcellerator for the shared code base (obv this is not 100%). But getting Ti to run the unaltered code on a samsung...
View ArticleHow to open detail windows of tableviews in tabgroups in android
Hi, Having problems to figure this out for the whole day. I just want to open a detail view of a tableview in a tabgroup when I just have a reference to the tabgroup. The code looks like this: var...
View ArticleChange height of view to 1000dp
Hi, I just want change height of view to 1000dp, because when I do this, it becomes invisible. Thank, for your time ^.^ Application type: mobile Titanium SDK: 3.1.0 GA Platform & version: Android...
View ArticleAndroid push notification not working
Application type: mobile Titanium SDK: CLI version 3.1.2, Titanium SDK version 3.1.3.GA Platform & version: Android 2.3 Device: Android emulator Host Operating System: Windows 7 Titanium Studio:...
View ArticleDownload com.dmarie.sql-android-2.1.zip.
Where from downloaded the "com.d 'marie.sql-android-2.1.zip." or as I do?
View ArticleEdit Videos
Hello All, I am going to build an application that need some video processing. Here, video processing only includes "trimming the video clip" and "merging two or more video clips", both for iOS...
View ArticleAndroid service auto start on boot?
I managed to register a service on android when my app launched. but is it possible to make it auto-start on boot?
View ArticleHow to launch Android app on boot
I need to launch my Android app on boot of the OS. Worst case, I can use a 3rd party app like LaunchAfterBoot to achieve this, however I was hoping to get it working using the AndroidManifest settings....
View ArticleAndroid Service On Boot
Hello, I'm working with creating an Android service, and would like to get one to start up on boot. From looking at the Android documentation it looks like they have a ACTION_REBOOT intent, but I don't...
View ArticleMake an android autmatically start on after boot
I want my Android app to start automatically after the Android OS has booted. Any one an idea how I can do this?
View Article