Currently viewing the category:
"Mobile development"
The accelerating evolution of mobile channels from marketing gimmick to mainstream everyday-expectation has caught a lot of organizations on the hop. Years of watching mobile technology platforms and fads come and go seems to have generated some complacency. “If we wait long enough we’ll catch the next wave.” For larger enterprises we typically see them getting buried [...]
This post is targeted at people who want to know how Objective-C’s memory management features work, particularly the autorelease feature… Memory management Objective-C is a great language but it does have its limitations, one of which is the fact it still uses reference counting for memory management, rather than garbage collecting. This can be the [...]
