Extending the Alloy Model Functionality versus using the Controller Best...
I have a quick Alloy framework question for everyone. I saw in a few of the examples on GIT (in particular the login example within the Models), that there are references to placing functionality such...
View ArticleBackend of a Titanium Alloy application?
Goodmorning all, I'm a new coder building a small application w/ Titanium Alloy and I'm confused about the server vs client side code. If Alloy uses the Model-View-Controller framework, are the "Model"...
View ArticleMVC framework---"Model" query
I'm learning how to code & I'm trying to understand the following code from an app built w/ the Titanium Alloy MVC framework. The below code is from a model file called class.js. I've done research...
View ArticleBest practice for passing clicked row's model to detail view?
Consider a Collection of custom Models that has been fetched and is displayed in a TableView: <Alloy> <Collection src="transaction" /> <Window title="History" id="win"> <TableView...
View ArticleHow to use common event handlers in baseController inherited controller?
How can I get event handlers in an inherited controller to respond to the inheriting controller's view? controllers/base.js:function doClick() { alert('click'); }...
View ArticleMongoDB connection not working on Node.ACS MVC.
Hello I permitted myself to publish this post because I can't find a way. I followed the Chatroom tutorial in this site: http://docs.appcelerator.com/cloud/latest/#!/guide/node_quickstart. Everything...
View ArticleAlloy development vs javascript
Hi all: i want to ask a question of Alloy Framework. My question is: can you do the same thing using the javascript programming way vs alloy framework? or its limited in any way? thinking in a mobile...
View Articlealloy.js and app.js
What are the fundamental difference between alloy.js and app.js in ALLOY MVC application
View ArticleSample Project with MVC using commonJS
I am looking for the sample project using commonJS approach and following MVC module properly. Need it to understand the usage and standard practice.
View ArticlePaypal module with Alloy framework
Hi All, Are there any examples of using the Paypal module with the Alloy framework? I know that an example is provided with the paypal module that has the .js component but it would be great to get the...
View ArticleRetrieving an Alloy View for a Flip Animation
Hi there- I am applying a simple FLIP_FROM_LEFT animation when a user clicks a button to switch between two views. Here is the issue. The first rotation works without an issue. I simply create a...
View ArticleMVC With Titanium mobile
Hi On top of the API I am creating a small mvc structure for developing apps with Titanium Mobile. It contains helpers, mvc, theming, languages and a config file. This all makes maintaining an app....
View ArticleTitanium Appcelerator - Multi Screen Application with MVC pattern
I have some experience in BB app development. But, I'm pretty much new to the Titanium Appcelerator Studio. I did some googling on the appcelerator stuff and I know that there are many sample apps...
View Articleexample using alloy models
Hi i look for an example using alloy models,Views,Controller especialy models thanks a lot ;
View ArticleAlloy MVC - change database for model at runtime?
Hi folks What I would like to be able to do is use the Alloy MVC stuff - but be able to switch the database used for a given model as and when I need to. So - using an example with books and...
View ArticleIs possible insert xml view dinamically inside other view similar to jquery...
Hi everybody, I can't found in the doc a way for append a view inside other using xml, similar to http://docs.appcelerator.com/titanium/3.0/#!/guide/Views_without_Controllers but using xml instead of...
View ArticleHow do you create a controller-speci?c model in code and use it with...
Hi, I saw this question posted in the Alloy 2.0 presentation by Tony Lukasavage as Trivia http://www.slideshare.net/TonyLukasavage/ticonf-ny-2014-alloy-20-34542027 Anyone (or Tony!) have any hints on...
View ArticleTabGroup that have drill down nag on MVC
Application type: mobile Titanium SDK: 3.2.3 Platform & version: iOS 7 Device: iOS simulator Host Operating System: OSX 10.9.3 I'm building an app (see: http://i57.tinypic.com/a4wk2d.png) that has...
View ArticleMultiple data pickerview with filtering column data
Application type: mobile Titanium SDK: 3.2.3 Platform & version: iOS 7 Device: iOS simulator Host Operating System: OSX 10.9.3 Hi guys, i have this picker view that has 2 columns. I'm trying to...
View ArticlecreateHTTPClient and asynchronous call of a result
I have created a module which contains an HTTP request and I want this to return a value. http.jsexports.getData = function(e) { var resultStatus = 0; var client = Ti.Network.createHTTPClient({...
View Article