Community Questions & Answers
Alloy: Kitchen Sink? Documentation? Samples?
I've created several apps using Titanium Studio the "traditional" way, and I'm pretty excited about Alloy. But I'm having trouble finding good examples, tutorials, documentation, etc. Where/how can I really sink my teeth into Alloy?
Should I null objects to release memory in alloy?
I'm trying to understand how to manage memory in a titanium alloy application. I'm using the Apple instruments tool to measure and monitor allocations. Imagine I have the following: - controller index.js + index.xml (contains 5 views and 5 labels) -...
Custom URL Scheme - iPhone & Android
Hi, I am looking on how to implement the **Custom URL Scheme** feature (i.e launch the mobile app when clicking on a link in safari or e-mail) for both iPhone and Android. My goal is to send an e-mail with an HTML link ~~~ <a...
Tips and tricks (mobile) - thread to share some experience that may help the others
I would like this to be a thread to make a sum of tips and tricks or share our experience to help other coders. So I'll start with what I found until now :) 1. Remember that the device is not as speedy as the simulator. 2. When you need to use a...
Complete List of Standard artwork
Hi I have been looking everywhere but I cant seem to find info on this topic. Does anyone know the complete list of artwork supported by titanium for ios and android mobile sdk I need case sensitive names and dimensions for each splash screen and icon...
TideSDK - Stack OverFlow Tag Created for Q & A
Hi. I just wanted folks to be aware that a tidesdk tag was recently created on stackoverflow.com. You can subscribe to the tag by hovering over it an clicking 'subscribe'. Subscribing provides a filtered view of TideSDK questions and...
GIT Version Control
Hi Everyone I just updated my mac to Lion 10.8. Now I have noticed that the GIT version control doesn't work anymore. Everything else seems fine. Any way around this issue.
Android Calendar...How does it work?
Hi! I have several questions about the Android Calendar Object: - When i create a new one (using Titanium.Android.Calendar.createCalendar();) i got an error wich says "cannot find function createCalendar in object [Ti.Android.Calendar]" - When...
Blackberry SDK Directory - SOLVED
For all of you having this issue like me. Here's the solution. Took me a lot of time to figure this out. I'm placing this here for people looking for this. I assume you already have downloaded the BB Keys into a folder in your machine. **STEP...
TCP sockets and JSON.parse
This is more in the nature of an answer than a question, for the benefit of those who seek to pass JSON encoded objects via TCP sockets. This grew out of my desire to use the "bonjour.js" example from Kitchen Sink to sync databases and related...
Box2D - gravity problem
Hi, I'm trying to get a ball moving on the screen due to gravity in box2D. The ball is displayed and I have no errors, but the ball stays in the same position. Can someone tell me what I'm doing wrong? With following code: ~~~ var view =...
Sound on keypress
I'm using jQuery-1.6.2 and the jQuery.hotkeys plugin and everytime i hit a key in my textarea (or anything that don't accept keyinput, and the key isn't an "input", like "esc" or "cmd+something") I get the annoying system...
Will SDK 1.8.x still support iOS 3.1.2?
I could swear I remember reading it would require iOS 4.x, however the [continuous builds](http://build.appcelerator.net) are still configured to allow 3.1.2. The [titanium compatibility...
Why does Appcelerator not support beta software?
We've noticed in the Q&A lately that some folks are reporting issues with beta versions of the platforms we support. We thought we should take a moment to remind folks that we don't officially support beta versions of the iOS or Android OSes in our...
iOS 5 Support -- Official Response
Just as a heads up. Our toolchain currently works with iOS 5 if you're using the Master Build off of our Continuous Integration Server. Your mileage may vary and you're forewarned that builds from our continuous integration site can be very unstable and...
How Does Titanium Mobile Work?
How does Titanium Mobile work at a high level? What do the build scripts run by Titanium Developer do?
What should I do if I have problems logging in to Titanium Developer?
After installing Titanium Developer, I attempt to log in with my existing Appcelerator Developer account (or sign up for a new one), and I am getting errors. What might be causing this behavior?
How to run app on titanium 0.8.1 ON 1.2.1
I have a application on titanium 0.8.1. When I upgraded titanium to 1.2.1 and tried to install my application on itune, it gives a error and fails to install. Any help please? thanks.
How do I use the new forums?
Great question. Glad you asked. Welcome to the first Q&A for the new community forums. This post is designed to help show you how to create your own first post. ### First things first - the title Set the title. Make it descriptive. But not too...
What do I do if I have problems upgrading to 1.3.0?
After some people upgrade to 1.3.0, they are running into problems build their projects. What can you try to get your application running?
JSON.stringify() differences between Android and iPhone
The following: ~~~ var data = { 'user' : { 'email' : emailField.value, 'password' : passwordField.value } }; parsed = JSON2.stringify(data); ~~~ Yields different results between Android(1.6 and 2.1) and iPhone(3.1) simulators...
Showing 1-21 of 21