Questions tagged [appcelerator]

If you have any questions about programming or development with the Appcelerator Platform for creating Native Mobile Apps and APIs using JavaScript, be sure to use this specific tag. Remember to utilize Appcelerator-specific tags like [appcelerator-titanium] instead of just [titanium].

Struggling to convert a JSON file into a TableView within a JavaScript application developed with Appcelerator

Trying to display a JSON file in a table using JavaScript and Appcelerator is proving to be quite a challenge. The output appears as an empty table when compiled to an example page. As someone relatively new to JavaScript and JSON, I'm seeking guidanc ...

To integrate web3 into your Appcelerator Titanium SDK version 6.x or higher, simply run the command `

I want to integrate web3 into my mobile application project. However, I am encountering difficulties accessing it without seeing a bunch of error screens indicating that I cannot access these files. I attempted to manually update the paths and so on; Wha ...

Transforming JSON data into a dynamic Tableview

I've been experimenting with this issue for quite some time now, but I can't seem to find a solution. My API returns tasks in JSON format. When I print the data using Ti.API.info(this.responseText), it looks like this: [INFO] [{"created_at":"2012-01-09T1 ...

The Appcelerator encountered an issue with establishing a tunneling socket, resulting in a statusCode of 400

Every time I try to run my Android app in Appcelerator, I keep encountering this error. Any thoughts on what might have caused it? [ERROR] : tunneling socket could not be established, statusCode=400 [ERROR] Application Installer abnormal process termin ...