Static Imports, how they could and should be used
One of the new features of Java 5 is the static import, its quite simple in nature. You have probably done something like the following many times before :
One of the new features of Java 5 is the static import, its quite simple in nature. You have probably done something like the following many times before :
Another one of my short and sweet posts in my SCJP study guide section. This one is quite straightforward, so we’ll keep it quick, since I know you’d much ra...
So you’ve got a nicely formatted XML object, with all your indentation setup so that it is easy to read. However there may come a time when you need that lov...
I’ve listed this post under Android, but to be honest this could apply to both J2SE and J2EE, its not really specific to Android but it was part of a require...
Lets face it, the eclipse ADT plugin is great for getting an android application up and running quickly, but if you want an easier way to get libraries, and ...