March 13, 2014 in Learn
The Beginner’s Guide to Objective-C: Classes and Objects
This article is part 3 of a series. Check out part 1 and part 2. Objective-C is an “object-oriented” programming language, but what exactly does that mean? In an earlier post, I described how “an object-oriented language is one that is…
January 3, 2013 in Learn
Java Basics for Android Development – Part 2
Being a good Android developer means being good with Java, though not necessarily a good Java developer. That might sound weird, but it’s true. The architecture of Java apps is very different from Android apps, but the language is the…