Skip to content Skip to sidebar Skip to footer
Showing posts with the label Appcelerator

Titanium Httpclient Returns Too 'fast'

I have the following function: getTasks: function() { var taskRequest = Titanium.Netw… Read more Titanium Httpclient Returns Too 'fast'

Fetching Data From Json.parse Array

I am stuck in this problem, I am calling a webService that returns me a json response. now i want t… Read more Fetching Data From Json.parse Array

Multiple Http Client Requests Not Storing Session Data

I have an issue and i wonder is it possible that the code is to fast that its creating separate ses… Read more Multiple Http Client Requests Not Storing Session Data

Requiring External JavaScript File

After reading all the relevant answers in SO and posts in the Appcelerator forums I still can't… Read more Requiring External JavaScript File

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 … Read more Parsing XML In Javascfipt