Skip to main content
September 19, 2011
Question

Design Patterns??

  • September 19, 2011
  • 1 reply
  • 761 views

Just curious, for those of you using AIR to build iOS and Android apps, how many of you are using design patterns/frameworks(RobotLegs, PureMVC, etc..)?

If so, which one are you using and have you noticed any negative effects such as performance?

Thanks!

This topic has been closed for replies.

1 reply

September 20, 2011

anyone?

Inspiring
September 21, 2011

* crickets sound *

( haha... I read a book about design patterns once: some of them sounded like a good idea--like decorators--, however, I personally prefer to get things done, quickly ).

September 21, 2011

Thanks for the reply

I essentially was wondering if people are using pattern frameworks for their Air iOS and Android apps, and if so what the performance hit (if any) was. I usually use MVC for flash games deployed in the browser, but for iOS and Android I have been coding things tightly coupled. I read in a few places(can't remember where..) that perf was negatively affected on mobile devices when some pattern frameworks were used. If someone has real world experience with this I would be curious to know your thoughts.