Community Questions & Answers

adding external .a libraries to titanium module

Hi I'm attempting to add external .a libraries to a titanium module that I'm creating by dragging them to the xcode project. However, the .a files are not included in the resulting module zip package. How do I have the javascript app uses functions in...

How to build module to include external libraries?

Hello. I am able to successfully write a simple module, call the method from javascript, and fire call back when the module method is done; however, when i try to compile the module with an external library, Xcode tells me build successful in both Debug...

usin external libraries in Titanium

Is it possible to use external libraries in Titanium when developing mobile applications? For example I have a compiled custom library that I would normally use in Eclipse Android project to call this library's APIs. Is it possible to do the same thing in...

Is there a Titaniun.js file

Doh sorry for the spelling mistake ( Titanium.js is what I meant ) I'm trying to add code completion to IntelliJ by adding a Global Library and was wondering if there is a source library file that I could include. I've seen instructions for compiling...

Save music path from the music library

I'm making an iPhone app that lets users select a song from their music library, save the one they selected, and play it later when they open up the app. It seems like I have to save the path to the music file the user has selected, but the documentation...

Form Validation

Hi, I couldn't find a validation library, so have created a basic one .... thought I would share .... Create your textfield & add some extra vars , then attach an event to start validation. Trying to sort some way of iterating through the whole...

Android Detection Issues

Hi I just downloaded Appcelerator, IOS SDK, and Android SDK and am having issues detecting android in Appcelerator. I have already ran my first Ipad and Iphone App using Titanium. I am able to access Android via command line and GUI. I did the work...

MediaPlayer.Framework in appecelerator

hi, i'm developing an app and i need to use something similar to "MPMediaQuery" (objective-c) to retrieve all the items from my ipod library. is it possible in appcelerator with Titanium.Media? or, at least, a way to integrate the...

We need Code Snippet Library

We need a code Snippet Library Everytime I try and develop something using a control i haven't used before, the test code from docs, Doesn't work!! Something as simple as a view with an animation, Or even changing it, just animating the background of a...

Module with custom library

I'm creating custom module for iphone. How do I add several frameworks and also custom library in the module.xcconfig file? I put following line into module.xcconfig: OTHER_LDFLAGS=$(inherited) -framework AddressBook -framework UIKit...

Showing 1-50 of 60 1 2