Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Browsing all 8068 articles
Browse latest View live

How to detect the idle time of your app

Hey guys! I want to know if there is a method to detect the idle time in your app. I've a simple view called start view which when idle for a certain amount of time will be invisible and a video starts...

View Article


HOW CHANGE AN APN IN TITANIUM

I want to know how can I implement or develop a code block to change the APN from my application with the IDE Titanium Studio. Some idea of block code? I wish to invoke from an option inside...

View Article


"Go Home" Button on navbar in webview

There is a way for make a button in navbar that can to go the webview navigation at the first page, deleting the previous history from the cache? Thanks.

View Article

FragmentManager ( Support Library ) in appcelerator module

Hi, I want to know how add support library fragment manager to my ViewPager class in appcelerator module? I want to use ViewPager and add it to nativeView of my module. Is appcelerator module supported...

View Article

Alloy and overlapping UI objects

What am I doing wrong in my view that it seems my navgroup is below my tableview and my toolbar is on top of the tableview. Pretty much I don't see the navgroup at all due to the tableview and my...

View Article


update Alloy

hi how can i update alloy from 1.1.3 to 1.2.0 note i am using ubuntu and i have titanium 1.3.1 installed

View Article

Deploy to Android device

Hi I have searched almost every forum and can't find an answer to my problem! I am new to Titanium and have followed the installation documentation in order to get Titanium up and running on my Windows...

View Article

iOS app run on selected devices

I want my app to run only on iPad 3 and 4 and also iPhone 3 - 5. How can I specify that in Titanium ?

View Article


Parse Data From PHP & MYSQL In Appcelerator App

Hi I'm new to Titanium Appcelerator and need some assistance with my app that will run on both Android and iPhone. I am trying to display two fields in a single view without a table. Can someone please...

View Article


Title problem with NavigationGroup using Alloy

Hi. I'm playing around with my first Alloy app (SDK 3.1.1.GA) and I'm doing something wrong with a NavigationGroup and/or TabGroup. In my index.xml view I'm requiring a view (eg. planner.xml) for each...

View Article

For Loop if/else

I've got the below loop but it only brings back the first value, can't see where i've gone wrongfor (var i = 0; i < row.length; i++) { var img = row[i].picture.data.url if (row[i].installed) { var...

View Article

Android local notification in alloy and some complex scneraios

I have developed my application in alloy framework. Now i am working in android local notification My scneraio for local notofication is, User can create any number of todo list 1. At the end date user...

View Article

Using R.java in appcelerator module

Hi, I want to know use xml layout and R file in appcelerator module. How can I do it? For now I got does not R package exist error when I use R. Platform: Android OS: Max OS X Mountain Lion

View Article


Problem Installing Android SDK

I am following the guide (http://docs.appcelerator.com/titanium/latest/#!/guide/Quick_Start-section-29004949_QuickStart-DownloadingandInstallingTitaniumStudio). While trying to install the SDK I'm...

View Article

network change listener not working in iOS simulator

I tested this piece of code on Android simulator and iOS simulator:Ti.Network.addEventListener('change', function(e){   alert(e);   }); It works ok in Android simulator, but in iOS simulator the...

View Article


Google maps v2: problem with authorisation (tiles leaves black)

Hi, goal: displaying of maps on android device in debug mode. Following the description in api documentation I have first retrieved SHA-key with:keytool -list -v -keystore '/Library/Application...

View Article

listview remote images

I've got the below bit of code which pull back a list of the users facebook contacts along with their profile picture, however the images are not loading for each user, it is only showing the images...

View Article


cloudpush library not available for x86 android

I have been searching a while now for this problem, that the libti.cloudpush.so doesn't exist for x86 platform. Either I am the only one who's facing this problem, that nobody else has asked this...

View Article

Facebook friend list along with profile pic

I'm fetching facebook friend list along with the profile pic using facebook graph API, the first set of profile pics load very quickly but the remaining takes lot of time to load..... Can you please...

View Article

!!! FAILED BINDER TRANSACTION !!! on Android

Hi, we use Titanium 3.1.1.GA for our iOS/Android app project. The app is working, but on some Android devices, the app freezes at initial splash screen and !!! FAILED BINDER TRANSACTION !!!shows up on...

View Article
Browsing all 8068 articles
Browse latest View live