Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (pattern)
Browsing latest articles
Browse All 8 View Live

General Questions and JQuery

Hi guys, i tested a little bit with AppC (Desktop Development) and now i have some questions. It looks really good but there are some things annoying me. First of all in all this million videos you...

View Article



Controler/view communication

Hi *, here my controler:ctrl.references = ( function() { var api = {}; api.getAll = function(url,callback) { var xhr = Titanium.Network.createHTTPClient({}); xhr.onload = function() { try { var data =...

View Article

Use a pattern background (background-grouped-table) for a view

With the iPhone SDK I can set the background of a view to the striped pattern used by the grouped table view using: self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; How can I...

View Article

how to implement a singleton db class connection with titanium?

Hello, I am trying to build a large app with Titanium So I'm trying to get good code done from the begining For the database abstraction (sqllite) I want to use a connection that will implement a...

View Article

Light Titanium MVC framework + OOP ... again

Hi everybody, I apologize for asking a question already posted a lot of times but I already red all the posts and tryed all the framework suggested in the answers (Backbone, PureMVC, Adamantium,...

View Article


Recommended Pattern / Architecture ?

I have built an application that works ok but I want to re-factor things a little and move towards some sort of best-practice architecture. There's a particular part of my application that is far too...

View Article

String matching in ACS

Hi Community, Is there a way of string pattern matching in ACS, e.gSELECT * FROM suppliers WHERE supplier_name like '%bob%';In the example above , the query is looking for all suppliers whose name...

View Article

How to implement Degation pattern in Titanium alloy application

How to implement Degation pattern in Titanium alloy application(Parent child communication) e.g Let's assume an object A calls object B to perform an action, once the action is complete object A should...

View Article

Browsing latest articles
Browse All 8 View Live


Latest Images