-
12445 readersLess is More Ever since I started working with mobile devices with Flash and ActionScript 3.0, I’ve been looking for faster ways to move my objects through those little windows on iPhones, Androids and Blackberries. Lag time is huge and the action looks geriatric. I’ve seen some interesting things done with the bitmapped classes, and
-
3215 readersI’ve been working on some classes to simplify Box2D for Actionscript developers (See previous post for a quick intro). The latest update to these classes introduces couple of minor ideas, and one gosh-darned awesome idea, if I do say so myself. Let’s start with the awesome things, and move on from there… Awesome thing: Creating
-
2236 readersfter creating the post on the acquaintance relationship between classes, I started thinking about the aggregate relationship and delegation. One of the best examples of delegation can be found in the State design patterns. All of the states are delegated to objects that handle each state. So I thought it’d be a good idea to
5061 readersstrong>Parameters of Responsibility
While waiting around for someone to offer up a dynamic client for the Abstract Factory, I started thinking about the whole concept of single responsibility. This is nothing new, and we have a post on the topic, but it’s one of those things that keeps nagging at me, and I thought it’d be
-
4684 readersIn the previous lesson, we took at look at classes in Objective-C, and dove into class properties. Of course, you can’t talk about classes without methods, as well, so this shall be the topic for today. If you’re reading this, then you’re either brave, or you missed my warning from my previous post. [...]
6737 readers
A quick heads up on a new book covering Flex 4 which was authored by fellow Adobe community members (most are Adobe Community Professionals as well) Tariq Ahmed, Dan Orlando, John C. Bland II, and Joel Hooks.
The book is called Flex 4 in Action and constitutes an updated and revised edition to the previous
8467 readersFace the Facts: We've got to deal with MobileEver since Adobe announced that they’d no longer be making a Flash player for mobile devices, I thought that it’d be a good idea to have some kind of filter to distinguish between desktop browsers and mobile ones. On this blog, I’d like to introduce a topic
-
4074 readersver since Adobe announced that they’d no longer be making a Flash player for mobile devices, I thought that it’d be a good idea to have some kind of filter to distinguish between desktop browsers and mobile ones. On this blog, I’d like to introduce a topic that is related to the continuing efforts to
12288 readersReuse Static Objects to Reduce Garbage CollectionGreen Code
When I recycle, I’m doing green. The same idea for functions is equally helpful in avoiding garbage collection. Instead of writing a separate function, reuse one you’ve got. I got the idea from an article by Scott Pertersen, but while working on this post I realized that
-
11121 readersHi, The Flex-Dev summaries continues. I always like doing things I thought I couldn’t do. I’m going on 10 blogs posts in a row, I have never done that before. It’s interesting how an idea like the flex-dev summaries starts out as something and then turns into something else. I have been amazed at how