Tagged Questions
Appcelerator is a development platform for JavaScript developers. It enables programmers to write desktop, mobile, and tablet applications entirely in JavaScript.
18
votes
6answers
6k views
Monotouch or Titanium for rapid application development on IPhone?
As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone.
Both programs require a Mac and the Iphone Sdk installed.
Appcelerator ...
15
votes
3answers
8k views
How to organize JS files in a Appcelerator Titanium project
I have recently started creating an iPhone application using Appcelerator's Titanium. Since the application is essentially all JS, I needed some advice on how I should organize this project.
It's ...
9
votes
1answer
1k views
Should I connect directly to CouchDB's socket and pass HTTP requests or use node.js as a proxy?
First, here's my original question that spawned all of this.
I'm using Appcelerator Titanium to develop an iPhone app (eventually Android too). I'm connecting to CouchDB's port directly by using ...
8
votes
5answers
3k views
Appcelerator Vs. MonoTouch - Which one is best for a .NET developer?
I'm a .NET developer with 10 years experience developing Web & Mobile Apps. I'm looking to branch into iPhone (and possibly Android) development. I'm looking at two products:
Appcelerator ...
8
votes
4answers
3k views
Titanium vs The Native Tools
I'm still checking everything out.
I'm wondering what the limitations are if we develop the app using Titanium.
What cannot be done using Titanium, for iPhone and for Android?
What things can only be ...
7
votes
3answers
741 views
How do cross-platform mobile app development frameworks work?
How are Rhodes, Phonegap, and Appcelerator able to take Javascript or Ruby, and compile them into binaries for app SDKs that normally require apps to be written in Obj-C, Java, and others?
6
votes
1answer
523 views
Javascript inheritance problem when using prototypes - instances overwritten :(
I'm new to JavaScript programming and I am having a bit of a nightmare with inheritance. I am writing some code for Appcelerator Titanium and I have a base class called Slide2D that I wish to inherit ...
5
votes
1answer
586 views
Edit default menu in Titanium desktop app
In a Titanium OS X desktop application, is it possible to edit the default menu? You can add new menus and submenus, but you can't edit or even attach event listeners to the existing menus (help, ...
5
votes
1answer
1k views
Android can't retrieve my current position (Appcelerator Titanium)
I'm using Titanium SDK 1.5.1 for both iPhone and Android development.
I have an app that loads a map with my current position perfectly on iPhone. But, for android, nothing is showing but an error ...
5
votes
2answers
970 views
Sproutcore + PhoneGap/Titanium?
I'm learning Sproutcore at the moment to write my application on it.
The backend will only be a server that pushes json out to the frontend Sproutcore application.
I wonder how it will be when I use ...
5
votes
6answers
6k views
JavaScript QR Code Reader - can it be done? Or, Remote Service?
I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this.
The ...
4
votes
1answer
154 views
Mac Multi-touch in a web application
In a web application (or even in Titanium Desktop) is it possible to recognize and use multi-touch gestures (i.e pinching/3-finger swipe)?
4
votes
1answer
206 views
Mobile-to-Server API Security
I am tasked with designing a system that will allow our users to also sign in to their accounts and interact with our service using their mobile phones. I am concerned about the security of the ...
4
votes
2answers
510 views
Commercial Desktop Apps with Appcelerator Titanium
I'm wondering if there is a sense to create commercial(paid) desktop apps. I'm asking this question, because everyone can see Desktop Application's source. Or Javascript ...
4
votes
6answers
2k views
Appcelerator vs Android SDK
I am a complete newbie when it comes to mobile app development. Yet I need to build one soon in a very short time.
I have been looking at appcelerator it seems pretty fine! Without a doubt, one of the ...
4
votes
1answer
364 views
How to fix Titanium's broken menu bar on mac osx
I started developing an desktop-app with Titanium Appcelerator for mac. Everything is fine except the broken menu bar. So I launch the app and get this weird looking menu bar, where every item is ...
3
votes
1answer
55 views
Parsing XML in Javascfipt
Ok I am trying to parse an XML from a get request in Javascript.
This is how the XML looks like
<markers>
<marker>
<name>
<![CDATA[ Pan Africa Market ]]>
</name>
...
3
votes
1answer
114 views
SVG in Titanium Desktop?
I'm running the 1.1.0 SDK of Titanium Desktop and only my SVG text elements are rendered properly. SVG methods such as getBBox() give error messages.
The application works well outside the Titanium ...
3
votes
3answers
128 views
Install blackberry plugin in Titanium studio OsX
i have a huge problem since yesterday!!
i have installed titanium studio,it runs with android and iphone.
I know it does not support blackberry yet, but is there a workaround that let me build app ...
3
votes
5answers
121 views
How to display 2^3 in Javascript
I am building an app using appcelerator which needs to display a mathematical expression e.g 2^3 but with the 3 being a small number above the 2. Is there a way to express mathematical expressions in ...
3
votes
2answers
282 views
Appcelerator Titanium Studio 1.0.1: How to show Inspector on OS X Desktop apps?
When I choose to show the inspector inside a desktop app, I get the error below.
As their Wiki said, I've followed this:
...
3
votes
1answer
591 views
SOAP Problem in Appcelerator Titanium (using suds.js) - does not work with Android
we're programming a little "home device control" app within our studying using Appcelerator Titanium. We programmed a back-end in Java which is connected to our front-end apps with an interface which ...
3
votes
1answer
166 views
Android app licensing. Using Titanium appcelerator instead of eclipse
I'm done creating my Android app with Titanium appcelerator. The last step before distribution is to have it licensed. The problem is that I can't find any proper documentation in regards to third ...
3
votes
1answer
1k views
ImageView using image stored at Titanium.Filesystem.applicationDataDirectory displays placeholder, not image
I'm developing with SDK 1.6.2.
My app uses the camera to capture and save an image to Titanium.Filesystem.applicationDataDirectory.
A tap of the app is supposed to display all stored images (details ...
3
votes
1answer
818 views
XCode 4 and Titanium: TARGET_BUILD_DIR is incorrectly set
Hi there
i am just starting with Appcelerator Titanium an run into this problem
The Situation
I changed the SYMROOT/TARGET_BUILD_DIR in XCode 3 to a global directory. Today i installed XCode4 (and ...
3
votes
1answer
649 views
appcelerator titanium -TableViewRow selectedBackgroundColor remove rounded corners
How do you overwrite the default style of the iPhone UI for selecting a row in a table view?
For the iPhone it is default blue, and can be changed with TableViewCellSelectionStyle, but that is limited ...
3
votes
4answers
904 views
Best way to write an app for both Android and iOS?
I need to write an application that can run on both Android and Apple devices. At this point I have found a couple of solutions:
Use a framework such as Appcelerator Titanium or PhoneGap,
Use C++, ...
3
votes
2answers
1k views
PHP and titanium for desktop development
Titanium claims to support PHP, but I haven't been able to find one example or tutorial (those on their website about services don't make any sense to me). If you are aware of any working examples, ...
3
votes
3answers
4k views
Titanium won't run iPhone/Android Emulator
I just installed Titanium SDK (1.5.1) and all the Android SDKs.
Also, I already have iPhone SDK 4.2 installed.
I downloaded KitchenSink and imported it into Titanium but whenever I try to run it on ...
3
votes
6answers
3k views
Is Titanium appcelerator worth it for developing camera based application on ipad, iphone and android?
I want to build a mobile/tablet application whose core feature will be taking pictures with the camera , viewing pictures and receiving notifications. Also I want to target iphone, ipad and android ...
3
votes
2answers
4k views
Titanium Appcelerator back button closes my window
I'm working on building my first Android app on Titanium.
I have an RSS feed loading on the first window, then after clicking a link from the rss list, I create a new window and display the full ...
3
votes
2answers
2k views
PhoneGap and Appcelerator store data locally and remotely?
I wonder if I could store data with PhoneGap and Appcellerator both locally and remotely (postgresql in my web application)?
Cause it's gonna be a realtime app that has to sync data between the ...
3
votes
6answers
4k views
Appcelerator Titanium: Android SDK doesn't load
I started developing with Titanium and now I really stuck on one part.
I downloaded the Adroid SDK and added the path to Titanium:
/Users/michael/Downloads/android-sdk-mac_86/
I can open e.g. ...
2
votes
1answer
180 views
Back button exits application in android using appcelerator titanium
I am new to Titanium Development. In Native android if we press back button only current activity will be closed and it will go back to the previous activity but when I press the back button in ...
2
votes
0answers
66 views
How do I bulk upload Couchdb attachments?
I am converting my sqlite database to Couchdb. I can convert the db and upload to the Couchdb server. Everything but the images. I want to upload the images as standalone attachments and I would like ...
2
votes
1answer
85 views
Does Appcelerator support JQuery and CSS3 100%
I previously created a magazine app using PhoneGap and I wasn't satisfied with the performance of the app. I did my homework and researches brought me to appcelerator. I can't seem to find in ...
2
votes
1answer
38 views
Line wrapping in javascript/appcelerator
How can i determine the number of lines in a <textarea> based on line wrapping ?
( There are no new line characters to be detected. )
Basically, I need a way to programmatically determine the ...
2
votes
0answers
112 views
Titanium create calendar event
I am trying to create calendar event in my Titanium App for Android Platform. For that I am using below code, It does't give any error also didn't to create any calendar events
var calendars = ...
2
votes
1answer
127 views
Adding a view with 100% height in Titanium does not work on iOS
I'm having a display problem when I try to add a View with 100% height in Titanium - it appears correctly on Android but not on iOS. Here's a simplified code:
Ti.UI.setBackgroundColor('#000');
var ...
2
votes
1answer
44 views
webmethod receiving null parameters on ios call
I'm developing an iOS app and it calls a Web service I wrote using mono and it runs using apache. However, when I call the webmethod, the parameters received are always null for example in this call ...
2
votes
2answers
303 views
Bug in appcelerator titanium : nested push animation can result in corrupted navigation bar
I am getting the following message in the logs and a buggy navigation group
2011-10-27 21:41:21.575 bugtitanium[15903:207] nested push animation can result in corrupted navigation bar
2011-10-27 ...
2
votes
3answers
132 views
Empty array after adding elements using Titanium Appcelerator mobile 1.7.2
I'm using Titanium Appcelerator mobile API 1.7.2.
When creating an array, I'm getting some odd results. Is it my syntax?
container.textBoxArray = new Array();
container.textBoxArray[0] = ...
2
votes
1answer
287 views
Disable click event after touch and hold
I am developing an app iOS app in appcelerator and I got a table with user.
When I click on the user it opens the profile but I also want the user to be able to copy the name just by tap and hold for ...
2
votes
2answers
597 views
Are Rhomobile and Appcelerator direct competitors?
Trying to get a feel for Rhomobile vis a vis Appcelerator - thoughts on whether or not they are direct competitors?
Many thanks,
Wes
2
votes
3answers
489 views
Appcelerator titanium - passing js variables
I am new to JS and Appcelerator titanium. I am trying to implement the MVC model to my app, but I have a problem accessing the data in the model:
in the model.js:
var my_val;
then in file1.js, I ...
2
votes
4answers
567 views
Cannot get length of a list
Hay, i have the following list
var feedObjects = {
0:[
"url",
"image"
],
1:[
"url",
"image"
]
}
However when i try doing feedObjects.length it always ...
2
votes
3answers
1k views
Appcelerator titanium, how can I create a modal window?
I am new to appcelerator titanium and have a question
how can I create a modal window that blurs its parent, or have a semi transparent background?, I managed to create a modal window but the parent ...
2
votes
2answers
966 views
backbone.js & appcelerator titanium
Has anyone some experience in using Backbone.js as Architecture for Titanium Mobile App Development? Model + Collections are no problem to understand, but what about View, Events and Routes? How could ...
2
votes
2answers
536 views
Multi touch with appcelerator titanium
I'm currently building a iPhone App which require the multitouch (here to resize an ImageView) but I didn't find any documentation / tutorials about such a feature.
Is it possible to do so?
then ...
2
votes
1answer
362 views
Setting a border on just one side of a View?
Has anyone been able to do the equivalent of border-left: on a View? (I want to create a border on just one side of an ImageView.)