Hiding elements of a listView template
So I have a custom listView template, but one of the elements I only want to appear on certain posts, what's the best way to go about implementing this?
View ArticleHow can I get the current view controller / window for my iOS module? ...
Hi, I am trying to build an Appcelerator Module for a native iOS Framework. Until now everything works fine. I got my module to work and other methods work, but the main thing, the interstitial ads are...
View ArticleAlloy Collections- Two sets for same model
I am using alloy and loaded collection from my model as below.var mycollections = Alloy.createCollection('mycollection'); mycollections.fetch({query: some_custom_query_with_few_columns_from_model});...
View Articleis it possible to bring the user from notification to specific...
when the user click on notification item on android , my app could starts and show the root window/activity successfully , how can i bring my user to specific activity/window instead of default one ?...
View ArticleFailed to install NodeJS error while trying to update studio on first use
I have installed a fresh copy of Titanium Studio on my Mac, while running the studio for the first time it is asking to update NodeJS, Titanium CLI, Node.ACS and Alloy. So when i am trying to install...
View ArticleAdd Facebook and Twitter Apps To iOS Sharing Menu
Details: mobile app, iOS 6.0+, iPhone 5s, Titanium Studio build: 3.2.3.201404181442 How do you add Facebook and Twitter as "Open in..." app options in the native iOS sharing menu? I am using the iOS...
View ArticleContact list table on android
Hi to all, i'm new of appcelerator alloy, i'm trying to do a simple contact list in a new windows but i don't know how, with the Ti.Contacts.getAllPeople() i can get all the contact but how i can set a...
View ArticleAdmob doesn't show ads.
admob version: 2.1.0 Target: Android Hi, I have a simple code for testing admobvar Admob = require('ti.admob'); var win = Ti.Ui.createWindow({ Â }); var ads = Admob.createView({ height: 100, width:...
View ArticleDo not receive push notifications when application runs in background
I'm developing an application in which I want to use push notifications. I'm currently working on the Android version of the app, and I use the cloudpush module. On the server side, I use Google Cloud...
View ArticleError compiling
Hello Recently installed titanium sdk 3.0.0 with 3.0.2, I have installed java 1.6 jdk as android versions that correspond with, but when I compile this error. [ERROR] Exception occured while building...
View ArticleError
When I connect my android device to the computer and try to install my app on my phone, it gives me an error saying... [ERROR] : Conflicting jar files detected: [ERROR] : [ERROR] : The following...
View ArticleUsing Sound objects in Android app causes Java Exception and Crash on App Exit
I'm developing a mobile android app that creates several Ti.Media.Sound objects on startup and uses them to play sound effects... I use the sound objects in a straightforward way (I call stop() and...
View ArticleHow to read NFC tag NDEF message - example?
I am trying to write a very simple app that can read NDEF data from NFC tag. I have tried examples available here but I couldn't make them work....
View ArticleOpening an Android window closes the background one?
Hi, I'm facing an Android behavior which I don't think I've seen before: Assume window1 is open and I open window2. When I close window2, I can't see window1 anymore.. like it closed automatically. Is...
View ArticleAny way to update the Admob SDK to Latest google mobile ads SDK (google play...
For who is using Google Mobile Ads SDK v6.4.1 or lower will be deprecated. On August 1, 2014, Google Play will stop accepting new or updated apps that use the old standalone Google Mobile Ads SDK...
View ArticleButton "font" property not working on MobileWeb
Hi everyone. I'm working in a Mobile Web project and I noticed it seems "font" property of Ti.UI.Button isn't working properly. I've created a test project, where I'm placing a Label and a Button in...
View ArticleCustomObject photo
Hi I'm trying to upload a photo to a customObject using the acs API. I managed to upload a photo to the 'Photos' Table, but not to the customObject. When running the following code to upload an image...
View ArticleNappDrawer: how to add a fixed top bar?
I'm using this nice module with Android. Is there any way to add a fixed top view, where I put a some items (logo, buttons, ..) not sliding when the left or right window is open?
View ArticleKilling network indicator on video player
I'd like to use the video player to stream an AAC encoded audio stream rather than hack the AudioStreamer class to 'see' an AAC stream. It's been pointed out that the video player is just fine with...
View ArticleListView - Can an Item's Event Handler Call Focus on a Different Item's Element?
I have a ListView with 2 templates, item with button and item with text field. Let's say there are just 2 rows/items, 1 button and 1 text field. When I click the button, I want to focus the text field....
View Article