What Android SDK is the Preferred SDK?
I have been running into issues with xhr.Send with android. Works fine in iPhone. What is the preferred SDK for compiling android to the emulator?
View Articlexhr.open('POST', 'url-here.com'); does not work
POST doesn't work, but GET does. Any idea how to make it work?
View Articlexhr.send (with JSON Parameters) using GET and not POST
I want to use the parse.com platform. But I have some problems getting the results of a query with a "sort by". I have used the parse.js code from an example of the Appcelerator Blog. It seems that...
View ArticleHow do I send this curl query via Appcelerator
I am interacting with a web service in my Titanium Appcelerator Project (with oAuth 2) and I need to make an HTTP POST request. I am successfully making the command with curl like this:curl...
View Articlexhr.send() returns immediately before onload is called
I have a createHTTPClient that calls a URL and after calling the xhr.send(); it immediately returns before the onload/error is called and the response is checked. Is there a way to make the xhr.send()...
View Article