-
Recent Posts
Recent Comments
Archives
Categories
Meta
Advertisements
Object-oriented programming (OOP) is a programming paradigm that uses “objects” – data structures consisting of datafields and methods together with their interactions. I was reading an interesting article today about a design methodology that I’ve been practicing since 1982, “Data … Continue reading
It’s often the case that the apps I am working on are required to download quite a couple, or even a few dozen, images and display them in a UIImageView. In looking online I found a few different methods of … Continue reading