My app is similar to facebook. I want to retain the userID/Username upon login screen, so that i could use it at rest of the application for queries online data.
Ti.SDK 1.6.2 iOS 4.3 I have a web application that receives post data as multi-level arrays. Array ( [User] => Array
Is there any option in Titanium Mobile Framework to prepend a view to existing views within a Scrollview? It seems tha开发者_Python百科t there\'s only the add-Method to append Views, but what i need i
I\'m running into a problem with my final iPhone app build before I send it off to the App Store for approval. This is the first app I\'ve built.
We are using the titanium appcelerator for developing the iPhone and android ap开发者_开发技巧p. We would like to get the unique device id for user registration. Does titanium has any api to do the sa
while programming android with eclipse, no matter if you\'re using the emulator or a 开发者_如何转开发device connected in debug mode you can easily check the Log for looking at the custom messages tha
In Titanium Appcelerator, I have a project that creates a tabGroup and window via a function. Ti.App.addEventListener(\'startCoSelect\', function(e) {
how to solve \"Ti is not开发者_运维知识库 defined in SqlLiteProxy.js\" in Desktop Titanium ? Iam also getting \"The \'sqlite\' type has not been registered with this manager.\"
What i want is to remove the event of opening a new page, handle the url with a javascript function so the href is not workin.
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: