Questions tagged [titanium-mobile]

Use this tag for questions about the cross platform Titanium Mobile SDK. If your questions is specific to Alloy, Android, iOS or modules add the related tags like [titanium-alloy] too.

Titanium-Mobile is an open-source JavaScript based platform for developing mobile applications.

Supports Android and iOS (iPhone, iPod, iPad) using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Resources

Related tags

1832 questions
3
votes
3 answers

Can Titanium code runs in browsers?

I understand that not all the code and functionality are available. However, I am currently in the planing of a new project and there are no document to be found on this aspect. I want to know once I code in Titanium, is it possible to make a web…
DucDigital
  • 4,580
  • 9
  • 49
  • 97
3
votes
1 answer

Appcelerator Titanium View Proxy Memory Management

I've been struggling on how to handle memory allocations on my Titanium app (built for android [9.4MB], ios[2.8MB] and MobileWeb[5.4MB]. I have created a widget which will be use to open views from a menu selection.
3
votes
2 answers

How can I use Proguard in Titanium

How can I use Proguard in titanium or is there any similar functionality in order to make de-compile of codes harder to achieve? Any suggestion ?
3
votes
1 answer

What to do about error Getting GCM SenderId failed?

Im trying to use GCM with Titanium Studio, and I wanna be able to implement Push Notification in my Android App: Im using the code bellow: var CloudPush = require('ti.cloudpush'); var deviceToken = null; CloudPush.retrieveDeviceToken({ …
3
votes
1 answer

How to solve error on mac: build-manifest.json does not exist in Titanium Studio

Im trying to Package my project to Android (.apk) file, but I get this error: ' build-manifest.json does not exist'. I can not find any help regarding that error on the web. Can somebody tell me what the problem can be, and how to solve it?
Mr Toni WP
  • 191
  • 3
  • 15
3
votes
0 answers

Media Player on android tracing lots of info in titanium

I am playing a video in a window on titanium. I am noticing the console is outputting quite a bit of text. Several lines every second. Here is what I am seeing: [TRACE] : MediaPlayer: isPlaying: 1 [TRACE] : V/MediaPlayer-JNI: isPlaying: 1 [TRACE]…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
3
votes
1 answer

Can I set the user's photo to Titanium ACS?

I need to add a photo to my user, by doing it from the web interface, I got the photo set to a field called photo , but if I try to do the same thing programmatically from the mobile app it doesn't work. photonativePath is my photo url from camera…
jay
  • 1,453
  • 1
  • 11
  • 30
3
votes
1 answer

How to create screen size independent UI in Titanium alloy

Created layout after setting the height and width of child elements based on current device screen width and height,as you can see the code snippet which calculates the width and height based on screen size for each child element. How to do the…
Rakesh Jha
  • 55
  • 6
3
votes
1 answer

starting an android native service with titanium module

I started a mobile module project with the following service class: package com.eliddell.testservice; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import java.util.Timer; import java.util.TimerTask; import…
erik
  • 4,946
  • 13
  • 70
  • 120
3
votes
1 answer

Titanium studio cannot run "titanium" command in terminal

I tried to run "titanium" command in terminal of Titanium studio but it gives following error $ titanium Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK version 3.1.1.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights…
Grant
  • 4,413
  • 18
  • 56
  • 82
3
votes
2 answers

Desktop Notification-Tide Sdk

Can it Possible to generate a desktop notification when an event occurs For example suppose I create a desktop-remainder application for my desktop. I need to create a alarm notification,about the task, when time of schedule arrives Thanks in…
user1724537
3
votes
1 answer

Cannot run an application in titanium

I am newbie on Titanium, I have installed Titanium on my windows based laptop. Also imported Kitchen Sink application it in studio. I have set all the path variables also latest Android SDK. Also i have changed Run Configuration log and all. But…
Mahaveer Muttha
  • 1,727
  • 4
  • 21
  • 33
3
votes
5 answers

Error generating R.java from manifest

Error generating R.java from manifest What does this mean? And how I fix it? [ERROR] Error generating R.java from manifest [ERROR]:Project failed to build after 937ms
user2437834
  • 41
  • 1
  • 4
3
votes
1 answer

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the…
3
votes
2 answers

Is there a way to override the unhandled exceptions handler in Titanium Appcelerator?

I have noticed that all the unhandled exceptions are handled by Titanium Appcelerator "engine". Is there any way to prevent this behavior? Thank you.
George Taskos
  • 8,324
  • 18
  • 82
  • 147