Categories
Bada Tutorials

Developing bada: one global object – the Singleton

  When I designed my database class for my current application project, I had to ask myself how to actually be able to access this class from anywhere in my application, from every form, class and whatnot. Of course I could just create an instance of my database class on the spot, just where I […]