Fresh stuff from our blog

Tracing Zombie objects in Objective C

Tracing Zombie objects can be challenging from time to time. This post shows a simple way to trace memory management calls to an object and discover why did it become a Zombie. Continue reading

Using Drag&Drop on tree structure with SmartGwt

Today i’m going to show how easy it is implement drag&drop functionality on a visually represented tree structure using SmartGwt. Continue reading