appcelerator-mobile

How do I create a mapview with titanium appcelerator mobile?

I just start to work with appcelerator and I haven't found a good layout tutorial yet. At the moment I try to show a mapview with a specific location. Has anybody an example or a good pointer on how to do this? ...

Titanium Appcelerator back button closes my window

Hi all, I'm working on building my first Android app on Titanium. I have an RSS feed loading on the first window, then after clicking a link from the rss list, I create a new window and display the full content of the rss item on that page. What I want to achieve is that when I'm on the second window (full content of rss feed) and pres...

Why won't Appcelerator Titanium Mobile parse this JSON ?

Using 1.4.1 against Android under Windows 7. I have a web service being access from the Titanium application, the service returns JSON like this: { "VFPData": { "rows": [ { "address1": "Orion House", "address2": "Orion Way", "address3": "Kettering", ...

bungie.net stats api

Hey :) Has anyone tried accessing bungie.net reach stats api (statistics from Halo Matchmaking)? As described here http://www.bungie.net/fanclub/statsapi/Group/Resources/Article.aspx?cid=545064 I can't seem to get any data returned, for example if i use this (with correct API key and gamertag values of course) ignore the first 2 asteri...

How can i add jquery to Appcelerator Titanium Mobile Work?

Is it possible to integrate the jquery in to Titanium Appcelerator and will it work properly? Else we can't integrate the jquery in titanium appcelerator? any one help me? ...

How do I fix how my Titanium Developer app Label is rendering on a TableView?

I am having trouble getting the following code to render as I expect it to: var img = Titanium.UI.createImageView({ top: 0, left: 0, width: 140, height: 92, image: 'http://cdn.monmotors.com/tn_' + imgr, defaultImage: 'car.png' }); post_view.add(img); var lbl = Titanium.UI.createLabel({ text: desc, left: 160, width: '...

appcelerator - convert windows app to mobile app

Hello, I made a great app for windows with appcelerator and I want to convert it to mobile (android). Problem is, unlike creating an app in windows where the default launcher is "index.html" and I can have all my javascript/css/html mixed in together, the mobile default launcher is app.js. I've tried the following: var webview = Tita...