Appcelerator-Mvc
Appcelerator-Mvc copied to clipboard
Mvc Framework for Appcelerator
Hi, first of all, great MVC structure, I've been using it for a while now. I was wondering if you are planning to proceed with the commonJS version of this...
I recently discovered the [XML UI](https://marketplace.appcelerator.com/apps/1050) module, which is a really cool way to define the app's UI. I think it would be a great addition to your (already brilliant)...
Hi there, Today I was testing your MVC framework but doesn't seems to work on the mobiles simulators. On the android it crashes when i press "create Account". On the...
Need a clean way to allow developers to make webservice or other types of requests. This should allow for a 'loading' screen of some sort and then a refresh when...
Hi John, Last week you posted an updated mvc.js, based on our discussion at http://johnkalberer.com/2011/09/13/appcelerator-mvc-routing/#comment-69 This allowed for actions to be called from within an action in a controller's code....
This issue originates from a discussion over at John Kalberer's website (http://johnkalberer.com/2011/09/13/appcelerator-mvc-routing/#comment-62) Having a way to call controller_a.action_a from within the code of controller_b.action_b would be very useful.