Community Questions & Answers
Possible using Core-Data or 3rd party iOS frameworks ?
Targeting: iOS and Android app Hi everybody, I'm new and can't find my answers in the forum... :( Before I'm going all-in using Titanium I need to be sure of following: 1: Is it possible to use Core-Data on iOS? If not, are there any useful - active -...
Can you reference View Elements by Class in a Controller?
For instance could `<View class="box"></View>` be referenced in the controller similarly to this: ~~~ $.box.addEventListener... ~~~ Or is it required that you only use ID's to reference these?
Module dev third party Framework
Hi, I am developing a module which needs a third party framework. This third party framework has a dependency of the SystemConfiguration framework which comes with XCode. I am following the steps of the module dev guide but somehow this third party...
Which framework binaries are required for building a module?
I am working on a Ti 3.0.0.GA / iOS 6 module that requires the OpenCV framework as available here: http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/2.4.3/ My module builds, but when I try to test it with titanium run, ~~~ Undefined symbols...
Titanium framework consistency
Hi all. This is related to this issue: [http://jira.appcelerator.org/browse/TIMOB-4945](http://jira.appcelerator.org/browse/TIMOB-4945) but can be applied on number of other issues. Now ... what bugs me is that change in behavior is considered normal in...
Module 3rd Party Framework Not Compiling With Module
I'm hoping someone else has had this problem and found a solution. I'm trying to build a custom module using Star Printer's framework. I've added it via xCode, and added it in the module.xcconfig. Yet when I build and package my module, it doesn't get...
How to add 3rd party framework to Titanium module in iOS?
Hi All, I want know how to add 3rd party frameworks to Titanium module in iOS. I seen few answers to add frameworks like this below ~~~ //NOTE: AdStir is the 3rd party library I am trying to link. OTHER_LDFLAGS =$(inherited) -F"PATH TO YOUR...
Alloy widgets vs JS controllers assets/lib
I'm trying to find the best way to use multiple controllers in my alloy project so I can reuse pieces of application logic. So far I have come up with three different ways to achieve the desired result, but I'm unsure which is the best way. Hopefully...
Twitter needs to tweet
Hi guys, i'm doing a application using titanium appcelerator mobile and i need to give the user the option to share on Twitter. And I need a good and viable way to do it, since birdhouse failed. Can you recommend something! Thanks in advance
Building on top of an existing native app
I'm the Co-Founder & CTO of Circle (discoverCircle.com) a beautiful mobile app (you should check us out on the app store). I'm currently evaluating Titanium and want to know if there's a way to try titanium on a few screens without having to completely...
Titanium Custome Namespace Creation
I'm Having problem with creating a custom namespace. I wanted to provide my own APIs on top of Titanium platform. So that I can call my own methods as APIs when creating applications. My API hierachy is as below myFamework - > ui...
A rails like framework for Ti.
I have a project that includes a fairly complicated decision tree. I ask questions, offer several options, and depending on where the user is, the questions will change. Ruby on Rails is a perfect solution because I can put the questions and answers in a...
Route-Me or Openstreetmap module
Hi Has anyone built a module for route-me or openstreetmap or cloudmade.I would like to support offline maps in app.Any idea of doing this.Does anyone have an example of using a library like route-me Please let me know Thanks
Library, helpers, toolkits, etc
Hello all, With a great active Ti development community, I was wondering if anyone would be interested in sharing some common libraries, utility objects, etc. I'd love to get something started as I know everyone is probably doing the same thing over and...
Light Titanium MVC framework + OOP ... again
Hi everybody, I apologize for asking a question already posted a lot of times but I already red all the posts and tryed all the framework suggested in the answers (Backbone, PureMVC, Adamantium, mcv,... ) without really finding what I am searching for. I...
Javascript MVC frameworks for Titanium Mobile Native Apps
I am looking for an MVC framework I can use with my Titanium app. I'm also hoping to get some basic OOP functionality with the framework. Does anyone have a recommendation based on dev they have done? I am currently looking at Backbone.js, ExtJS, PureMVC...
iOS - Custom Module
I've been trying to create a custom Titanium Module, I followed the steps in the tutorial and was able to create the basic examples shown. I have since tried to include other Frameworks AVFoundation and AudioToolbox and I get an error. In xCode when I...
The filed module.xcconfig isn't getting bundled when I run /build.py
I'm trying to build a module to use in one my projects. I'm having problem with the module.xcconfig file that isn't being inserted in generated zip file. This is files from my module ios directory: ~~~ ??? Classes ??? ComObscureKeychain_Prefix.pch ???...
How to properly add a iOS Framework to a Titanium project?
Hello, I'm trying to use this module ti_keychain (my fork: https://github.com/fmcypriano/ti_keychain) and this module requires the Security.framework. As you can see on GitHub the module is correctly configured even with the...
TiAir for ASP.NET MVC Developers
For all ASP.NET MVC developers who are using Titanium, please check out my brother's TiAir framework: [https://github.com/dawsontoth/TiAir](https://github.com/dawsontoth/TiAir) It closely resembles ASP.NET MVC's model/view/controller pattern. Here is a...
Extanium OOP framework
Hi. I had download Extanium 0.2.1 and set it as a new project on Studio. I Tryed it with Titanium SDK 1.7.2, 1.7.3 and latest 1.7.5 and all give me the same on the emulator, Runtime Errors on Extanium.js#436 and app.js#11, by clicking Continue I got stuck...
What's the next step for the Titanium developer community?
Since the end or middle of July, I’ve been a part of this awesome team in Berlin, forging some beautiful user experiences for desktop and mobile, with Wunderlist and Wunderkit. The result of these experiences and the knowledge gained is an asset,...
TiMVC Mobile Framework (proof-concept/experimental) for use with Titanium Mobile
Just wanted to share and get some feedback from the community. I have been slowly working on a MVC framework for use with Titanium mobile. I have only been able to test it on the Android emulator and Droid X device so far.. I have set-up a git-repo to...
Atomic22 - New MVVM Framework for Titanium Appcelerator Mobile
Since I've decided to stick around and continue on with mobile development with Appcelerator, I want to try to contribute as much as I can. I had previously started to build a custom framework for my apps (one launched, one overcoming bugs with deploy...
Single instance app
Hi all I have just started using appcelerator, I've started a very very basic framework so I can learn how things work. I would really appreciate it if someone could take a look at the my code and see if I'm going in the right direction or give me...
How to: Adding a Custom iPhone Module to Your Project (EventKit example)
This was a big hurdle to clear -- I really wanted my app to be able to write events to the iPhone's Calendar app and the only way to do this is to access the EventKit framework -- something that's not included in the standard Titanium SDK. To begin,...
Appcelerator Mvc Framework
Hey, I just wanted to let everyone know I created a new Mvc framework [HERE](http://johnkalberer.com/2011/09/08/structured-mvc-for-appcelerator/). I have seen some existing ones but I didn't really like the structure (most were too fluid) and I am so used...
Titanium Mobile are MULTIPLATEFORME ???
Hi everybody i m wondring if i developpe a mobile application in Win7 that can be run in any mobile OS (iphone , android , blackberry ,windows phone OS) that's true ????
Titanium resetting XCode project during builds?
I built a Titanium module that requires an OSX framework not included in the standard Titanium Project configuration (EventKit). Tried adding Framework using the XCode UI and also by editing the module.xconfig file, both methods work correctly however it...
Are the Frameworks always bundled in desktop apps?
Hi, I'm building for Mac and doing a "bundle" everything (as the network build is broken right at the moment <<sigh>>) and I noticed that it includes the webkit and javascript frameworks in the .app bundle. Is this necessary since...
Framework for Titanium
Hi guys, Some time ago in my company ([Dev-iQue LLC][devique]) we had developed an open-source framework that significantly speeds up the development on Titanium platform. The framework includes: - Workarounds for standard Titanium bugs and problems -...
How to add an OS X/iPhone Framework to an Appcelerator project?
Howdy, I've seen it hinted in various threads that its possible to add OS X Frameworks to a project. I particularly want to be able to use EventKit to send events from my app to iCal. This thread: [Framework...
Cappuccino and Titanium
Hi there, I'm wondering if/how I can utilize the Cappuccino framework with Objective-J in Titanium. Basically I just want to utilize it's "Foundation" framework for the base Objective-J functionality, and use Titanium's native functions for...
How can i develop an irc client in titanium ?
Hello, can someone please tell me how to develop an irc client in titanium, is there any irc framework that is available ?. Best regards
Application crashes after adding a framework (only in> = 3.1 and <= 4)
Hi, I want to add the CoreMedia framework in my application. To do that, I opened the project in / Library / Application Support/Titanium/mobilesdk/osx/1.4.2/iphone/iphone/Titanium.xcodeproj. First, in the list of frameworks, all is red (ie not found)......
TiModule - including custom Framework gives undefined symbols
Hey guys, I am running Mac OS X 10.6.4, Xcode 3.2.4, IOS SDK 4.1, Titanium Developer 1.2.1, Mobile SDK 1.4.1.1; I want to build a Titanium Module where I want to use a custom framework. So I added the Framework in Xcode (add existing framework, pointing...
Chain-able framework like jQuery / Mootools
Hey guys, just thought I'd pass on a framework I'm working on that let's you chain Titanium objects together to create interfaces quicker and keep code clutter down. Would love it if you could contribute or if you see stuff to make it better. It's in...
entourage.js and php service scripts
Some time ago I found and looked into Entourage to use with php projects (Zend framework at the time) and as I was working my way through it, it seemed to have gone away. My inquiries then resulted in being told that Titanium was top priority. Some...
Desktop Framework for Getting Started
Does anyone have a desktop framework for getting started with writing an application. I am looking for a project that has standard menus (file, edit, view, etc.), a main window and any other supporting libraries for writing a cross platform desktop...
Make reference to other frameworks in custom iphone modules
Hi, I am trying to write a custom module for my app and I am trying to import <AVFoundation/AVFoundation.h> in order to access the object "AVCaptureSession". Unfortunately I just get a bunch of errors. Do I need to add the AV framework...
Project Structure / Frameworks
Hi! For a newbie in Titanium Mobile development, what would you advice in terms of organizing JS codes/files (i.e. folder structures)? Do you follow certain coding standards and practices? Do you use frameworks like MVC? I think these might help newbies...
PHP Frameworks on Titanium
Is it possible to use PHP frameworks like Yii, Prado or Zend in Titanium? All my attempts have failed :( I'm going to start a desktop project, when I saw Titanium I got really impressed. If I can't use a framework like Yii, do you have any other sugestion...
3rd party frameworks
Is there a way to easily "incorporate" frameworks like MailCore (http://www.mronge.com/m/MailCore/API/) with Titanium? Thanks Vassilis
Implement a JavaScript Framework
Hi there! Is it possible to add an Framework like XUI, JQuery e.g. to my App? I read here that it is possible to get access with a WebView to this Framework. I want to use the XHR function of XUI in my App, so is there a way?
iPhone: Can someone please tell me if Storekit will be available any time soon?
Hi All, I am working on a app that requires iPhone in-app subscription functionality. I was wondering if Titanium will ever support iPhone's Storekit framework? Thanks!!
Showing 1-45 of 45