Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Browsing all 7655 articles
Browse latest View live
↧

missing bindings json file (AdMob)

hi, i have an strange error. I made a iOS App and want to use the same source for android. Compiling gives the following error:Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version...

View Article


Android animation anchorPoints not working

I've read so many threads on how this has been fixed. It certainly is not. The example in the docs doesn't even work. Here it is for reference var animationType = [ { name: 'Top Left', anchorPoint:...

View Article


solved: android emulator "location is currently unavailable"

not a question, but an answer: i've solved this issue where my location-aware app would error out on android emulators (errno 2 "location is currently unavailable") when i'd hit the geolocation api....

View Article

Titanium.UI.TableViewSection.headerView

i have a problem with Titanium.UI.TableViewSection.headerView headerView not works.//.... var customView = Ti.UI.createView({height:'auto'});   var customLabel = Ti.UI.createLabel({ top:10, bottom:10,...

View Article

TableViewSection.headerView doesn't work

Hi, I've a problem with tableViewSection.headerView. Here is my simple code of app.js:Titanium.UI.setBackgroundColor('#000'); var win1 = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff'...

View Article


Unable to see Pie-chart or Bar-chart in Android Tab

I am developing an application using titanium studio in which i am using RGraph library to draw a pie-chart dynamically.I can see that pie-chart in all android phones,I-phone,I-pad but when i run that...

View Article

How to modify an existing contact's phone number on Android

I've been able to modify and existing contact's phone number within my app on iOS, I am trying to do the same for Android but it doesn't seem to be working at all, even tried to modify other fields...

View Article

Titanium Studio crashes on windows 7

I have installed Titanium Studio 3.2.1 on my windows 7 (64). It was working fine till a point where I left the android emulator without closing(as it is difficult to get it to run application). So the...

View Article


Open Pdf File in android app

Hi all, I want to create an app in which i will store pdf file as blob in sqlite database .And the problem is to retrieve that pdf file within my app is it possible?if yes then please provide me with...

View Article


ListView ListItem selectedBackgroundColor doesn't work as expected on...

I am using Titanium Appcelerator build 3.2.1 I'm currently converting my code from a TableView to a ListView, and almost have everything working as expected. However, I can't seem to figure out how to...

View Article

Always show controls videoplayer

Hi, I'm using 3.2.1 sdk and android. My app play a mp3 with video player to use the controls, but after a seconds the controls are hidden. How can I make the contros always appear? After that, I add...

View Article

youtube.com in android webView doesnt play videos

hi , iam using 3.1.3.GA for an android app , and thers is a window contain webView for viewing m.youtube.com/### , when i press on video to play only sound that iam hear , i have to press full screen...

View Article

Using the same elements in the controllers and views in Alloy without...

Hello, help me please. There is a sliding menu. Need to add it to the many views:<Alloy> ... <Button onClick='showMenu' ... /> <View id='leftMenu' left='-60%' width='60%' ... >...

View Article


"Cannot call on function" Why?

Hi there! Trying to make an app which contains some tips. Have done one startup file which include this code: var startUp = require('/startUp.js'); setTimeout(function(){ 'use strict';...

View Article

Barcode APIs

I've been exploring some of the Barcode APIs on marketplace and haven't found a suitable option to meet our requirements which are Must have: Ability to read QR-Code iOS compatible (will be used on...

View Article


Is there a way to create Circular progress bar

I want to create a circular progress bar for my app somewhat like this. Pls help me. Thanks in advance

View Article

NavigationWindow iOS / Android Issue

I'm trying to add a basic NavigationWindow to my Alloy project for iOS. My index.xml and index.js code is below: <Alloy> <NavigationWindow id="IndexNavWindow" platform="ios"> <Window...

View Article


Android Module Error: Unable to Find Class for Proxy Object

I am building an Android module that has two different proxy objects defined. Proxy1 (let's call it) can be instantiated and called in my Alloy app. This proxy, however, has a method that returns...

View Article

Can't catch event in tableView, row or button

Hello, I've got a weird behavior with events when using TableView : nothing happens. I reduced the code as the simple as possible and it still doesn't work. I event tried to put the listener at...

View Article

Dynamic form & multidimensional array

Hello! I've created a form with 6 rows of fields, example of 1 row:var Row1 ={ 0 : Ti.UI.createTextField({ [Properties ...] }), 1 : Ti.UI.createTextField({ [Properties ...] }), 2 :...

View Article
Browsing all 7655 articles
Browse latest View live