Questions tagged [titanium-modules]

Custom Add-on / Plugins for the Titanium Platform written in Obj-C (iOS), Java (Android) or Javascript. Functions and features not included in the standard Titanium API.

Titanium is a JavaScript based platform for developing mobile applications produced by Appcelerator.

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

Titanium modules allow developers with experience in specific native platforms to leverage that experience in the form of Add-On's or plugins. Generally modules encapsulate native API's not found in the Titanium SDK (such as EventKit for iOS), wrap some outside service (UrbanAirship libraries) or access hardware specific features (such as OpenGLES modules).

338 questions
2
votes
1 answer

Titanium - ProxyFactory: failed to find class for ti.modules.titanium.network.HTTPClientProxy

I have a Titanium Android application for iBeacons detections, the app runs on background service and when that detects an iBeacon the app makes a HTTP request using Titanium.Network.HTTPClient. Sometimes the service stops and shows the dialog…
2
votes
1 answer

Issue with data biding into Picker in Titanium Alloy

I need to display the Picker values from Database. So How can I display the dynamic values in picker. XML code
Vinod
  • 2,263
  • 9
  • 55
  • 104
2
votes
2 answers

Save my Gesture using Titanium

I am developing android and ios application using Titanium appcelerator, Now i need to draw or paint in my Activity and want to save that as a image. -I have found this module Ti.paint module link The above module works good , i can able to paint…
GK_
  • 1,212
  • 1
  • 12
  • 26
2
votes
1 answer

How to check what in-app purchases had a user made using the In-App Billing Module for Android with Appcelerator's Titanium SDK?

Our app makes use of managed purchases in Google Play Store, we use the In-App Billing free module from the market and we were able to implement its functionality into our project with no problem. That was until a question arose: How do we check for…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
2
votes
1 answer

Titanium module dev: Invalid method createView

I've been searching for the past few hours and I cannot figure this out. I'm creating a titanium module for iOS in Obj-C. The module compiles fine. My test project can see the module, however, I keep getting this error: Invalid method (createView)…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
2
votes
1 answer

Speech to text in iOS Titanium

I am developing an iOS application in Titanium Appcelerator. I want help with speech to text functionality/api. Is there any documentation available for the same?
Guri
  • 85
  • 1
  • 1
  • 9
2
votes
2 answers

Badge never cleared

I'm using urban air ship component for titanium appcelerator. iOS sdk ios6.1 Titanium SDK 3.1.1GA When i send a notification by urban air ship, i receive the message and the notification ..that's ok ! and the application badge is set to the number…
Zuhn
  • 79
  • 9
2
votes
1 answer

How to send CGRect Value from titanium to ios-module

I need to set CGRect in iOS-module which receives its value from titanium. Any suggestions?
Krishna Kumar
  • 1,652
  • 9
  • 17
2
votes
1 answer

How to escape "\" from JSON string in Titanium?

I have written a native android module where i am returning Json string to JavaScript layer. But in javascript layer , i am getting this json string added with "\" for all "". How to escape this "\" from json string.
Tarak
  • 1,142
  • 3
  • 12
  • 28
2
votes
2 answers

Difference between alloy widgets and titanium modules..

what is the Difference between alloy widgets and titanium modules.. ? and when to use what..
user2189878
  • 257
  • 3
  • 10
2
votes
3 answers

Titanium Mobile Android: Memory not released when app is closed

We have developed an app using Titanium Mobile. When we first run the app in an Android device it uses around 25MB of memory. But every time we exit the app by using the device back button and then relaunch the app, the memory usage goes up by 10MB.…
Javier Ferrero
  • 8,741
  • 8
  • 45
  • 50
2
votes
1 answer

The system cannot find the file specified "classes.dex"

I have developed android module project and deployed in Titanium Project. When I run the Titanium Project am getting this err frequently [INFO] logfile = C:\ws\Testw2\build.log [INFO] Building Testw2 for Android ... one moment [INFO]…
2
votes
1 answer

Appcelerator Titanium: how to record video?

How to record video in Appcelerator Titanium and store in a specific location ? I am using an Android 2.3.6 device. This gist: https://gist.github.com/832488 does not seem to work as suggested / expected. It starts the video capture intent var…
JV.
  • 2,658
  • 4
  • 24
  • 36
2
votes
1 answer

Error in My First Titanium Mobile Project

I am new to Titanium Studio (I am using Titanium Studio-2.1.0GA on WindowsXP). I added the Android SDK to the Titanium, but I am able to open the emulators as well. But when I run my first mobile project, the following error is displaying in…
shyam.y
  • 1,441
  • 1
  • 16
  • 17
2
votes
1 answer

Importing JAR file in Titanium

I have created titanium mobile module project and copied .zip file to /lib folder and added entry to classpath. What are the next things I have to do So that I can access the method from JAR file. And in which file I should write code for making the…
Rohit Haval
  • 139
  • 3
  • 13
1 2
3
22 23