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

Using Canvas with Titantium

Hi, i am developing a very simple application which uses javascript to time the amount of time it takes to render vector graphics onto a canvas. I want to test the application across a mobile browser,...

View Article


ListView Scroll Behavior on Android with EventListener

I have this code: sessionListView.list.addEventListener('swipe', function(e){   if (e.direction=='right') { $.drawermenu.showmenu(); } if (e.direction=='left') { $.drawermenu.hidemenu(); } }); which...

View Article


Android.ProgressIndicator has unexpected consequence when app is resumed...

I have a progress indicator that I have on my navigation page that is shown any time a user clicks on a button. The progress indicator is hidden once all loading is done. It works as expected with no...

View Article

Ti.Platform.displayCaps.getPlatformWidth() returning height and vice versa on...

I've locked my Android screen orientation to portrait via the TiApp.xml (also tried using the tss files)<android xmlns:android="http://schemas.android.com/apk/res/android">...

View Article

Problem with executing Hello, Titanium sample

I am new and learning to build mobile apps as required by the company. I have the ff. specs: Application type: mobile Titanium SDK: 3.2.2.GA Device: Android Emulator Host Operating System: Windows 8.1...

View Article


inside HTML takes up whole WebView

Hello. I have this simple HTML which displays some text and a SVG: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8" />...

View Article

How to create Tag Cloud in Titanium Alloy

Hi, I am trying to create a tag cloud in Titanium but I have don't have any clue on how to do it. I have searched the web, Titanium documentation and this forum but didn't find anything to get me...

View Article

Textfield curror is not visible for the android

textfield cursor is not visible for the android I build the application for IOS/Android in both I see the cursor in IOS application. When i run the application in android the cursor for android is not...

View Article


Invalid Device ID

Application type: mobile Titanium SDK :3.2.1 Platform : Android Device : Android Emulator Host OS : Windows 32 bit Titanium :3.x I m new user to build Apps.. I m getting following erros.. [ERROR] :...

View Article


my TableView is causing 'Out Of Memory' with high Dalvik Heap size (>128M) !...

Hi, I am developing an Android App with TableView and TableViewRow. Each row consists of 2 images (50~150K each), 3 labels. The images and text are from remote server. The numbers of row is very much...

View Article

android on close event

I'm trying to execute some code during app closing, but I don't know why... I have tryed this code: Ti.App.Android.addEventListener('close',function(e) { Ti.API.info("do something"); }); but don't work

View Article

Fastdev deprecated

As announced here announced http://docs.appcelerator.com/titanium/release-notes/?version=3.2.0.B#fastdev Fastdev will be disabled soon, will be there any alternative ?

View Article

How to change Version Code (Android)?

I tried manually modifying Version in AndroidManifest XML, and also tried to change it in Titanium Edit tab (Version:), but Google Android Market still complains about Version as it sees as same...

View Article


Android Secondary Screen support

We are looking for options to stream our content (data feeds, images) to the TV via HDMI or via WIFI (DLNA). We don't have a video format, do you recommend using video generation from dynamic content?...

View Article

Its possible add image to tab in view pager (Android)?

Hi, I'm using https://marketplace.appcelerator.com/apps/2228?restoreSearch=true#!reviews module for view pager on android, i dont know how add image to tab, its possible? Tab style code: tabs : { style...

View Article


Missing add button in the Todo List Titanium Mobile sample app

I've started to play with Titanium ,and imported the Todo List Titanium Mobile sample app When I run the app on a phone with Android 4.1.2, the "Add" button is not visible. I can see the button when...

View Article

Trouble acceding e.data.someproerty after a facebook login

How can I access the e.data that facebook sends as a response after login in with facebook, I can do: Ti.API.info('e.data ' + e.data); and get: {"id":"1XXXX773646867X","name":"No...

View Article


Titanium handling bitmap

I am using using Titanium studio 3.x on w7. Can you provide me a simple example of how Titanium handles bitmap? Http request on the server should return bitmap , so how should I handle the resonse?

View Article

Invalid Sender Using Push in acs android

Hi I am trying push on android using acs.As far as i think i am using the right sender id and project key but it keeps on saying INVALID SENDER.i have tested and created new api keys again and again...

View Article

Slide menu with a scrollable view

I am trying a simple way of implementing a slide menu in a app with scrollableview The idea is that when we swipe from the edge of the screen it should display the side menu elseit should show a...

View Article
Browsing all 7655 articles
Browse latest View live


Latest Images