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
10
votes
1 answer

Facebook apprequests dialog always returns cancelled Titanium Android?

I'm using facebook 3.0.1 titanium module. In Android, the Facebook apprequests dialog always returns as cancelled, even while the actual apprequest is send as can be seen on Facebook. Because of this I cannot store the requestid in my back-end,…
7
votes
1 answer

Titanium in-app purchase with ti.storekit - product not found

I have my in-app product all set up for purchase in iTunes Connect via ti.storekit: My Appcelerator 4.0 app compiles and deploys to my device (dev profile). The ti.storekit is linked to my app and it compiles. It also seems to execute correctly, in…
HerrimanCoder
  • 6,835
  • 24
  • 78
  • 158
7
votes
1 answer

Building Native View using iOS module and using them in Titanium

I want to build an iOS module in which I have a viewController class with its .xib file. now the problem is how to call that view from my titanium code. I know that there are view proxy available but dont know how to use them due to not so good…
6
votes
1 answer

how i check Line By Line code Deduge or Run (Titanium)?

I am new mobile application developer with Titanium. I want to see Line by Line Debug. for check some loop or code. (specially for the "ANDROID") for Checking where my application is 'Crash'. Please Help Me, Thanks in Advance
user1206787
5
votes
1 answer

Titanium Android module upgrade to SDK 6.0.0

I am trying too recompile my old modules to 6.0.0.GA sdk as its mandatory to make it work on 6 and above sdk. But I am not able to build it as its giving error. Development environment: Android NDK r13b Titanium SDK 6.0.0.GA Appcelerator studio…
5
votes
1 answer

How to open default camera in the app with all options in titanium?

I am developing a application for iOS in Titanium that is related to the camera. I have used Titanium.Media.showCamera module for opening the camera. Unfortunately, it gives me only two options i.e. mediaTypes: [Ti.Media.MEDIA_TYPE_VIDEO,…
user3493165
5
votes
2 answers

Titanium facebook module single thread

I implemented facebook login with Titanium(3.1.3) And Alloy. But sometimes i'v this message Error when i try to login. message = "FBSession: should only be used from a single thread";
jay
  • 1,453
  • 1
  • 11
  • 30
4
votes
2 answers

Convert Titanium Application into Module

I have implemented Pull to refresh functionality in my android application, its works fine. Now I want to convert this functionality as a module. How can I do this?,Thanks in advance. I am using Titanium SDK 1.8 and Android 2.3
4
votes
2 answers

Ti.Facebook doesn't open authorize with FB app installed

EDIT: DEAR PEOPLE FROM THE FUTURE, trey-jones has fixed this issue by implementing setLoginBehavior, FBSDKLoginNative seems to have issues on FB's end not with the module. Environment: MacOS X 10.10.5 Ti SDK 5.1.1.GA - 5.1.2.GA iOS 9.2 Ti.Facebook…
boarnoah
  • 139
  • 2
  • 8
4
votes
2 answers

How to select multiple images from gallery in titanium?

Here I have the code to select image from gallery, but how can I select multiple images from gallery? Ti.Media.openPhotoGallery({ // allowEditing:true, mediaTypes : [Ti.Media.MEDIA_TYPE_PHOTO], success : function(e) { alert(e); …
Swanand
  • 1,138
  • 8
  • 21
4
votes
2 answers

Command Line Tools for Xcode 4.2

Where can I download Command Line Tools for Xcode 4.2 (Snow Leopard)? It's not in https://developer.apple.com/downloads/index.action I need it to develop Titanium Android Module. Any ideas ?
enfix
  • 6,680
  • 12
  • 55
  • 80
4
votes
1 answer

Add overlay over top of ZBar scanner

I'm using the ZBar SDK to read QR codes on iPhone, however I want to add some text to the bottom of the camera/scanner view that is instructional text for the user. Here is what I have so far: UIView *cameraOverlayView = [[UIView alloc]…
Justin
  • 17,670
  • 38
  • 132
  • 201
4
votes
0 answers

Library stlport_shared not found in Titanium Application

I want create a Titanium module, therefore I have a class that extends KrollModule and its method: @Kroll.method public void example() { Activity activity = this.getActivity(); String filesDir =…
mary
  • 335
  • 1
  • 3
  • 11
3
votes
1 answer

when start App, than how to remove this Titanium default Page or picture?

I am new Application Developer with the Titanium. i want to develop new Application with Titanium and created a HelloWorld application. Every time my application starts up Than every time Titanium startscreen is show. how I remove this Titanium…
user1206787
3
votes
3 answers

Appcelerator Titanium Slider

I am new to the whole Appcelerator world so I had a question: Anybody is aware if appcelerator titanium provides slider functionality similar to this screenshot? If not, what would be the first docs to look at? No need for fancy animation or…
Evgenius
  • 935
  • 1
  • 8
  • 17
1
2 3
22 23