Quantcast
Channel: Blundell » java
Browsing all 4 articles
Browse latest View live

[TUT] Running an Ant script with Eclipse

TweetIn a previous tutorial I explained how to use an Ant script to build and run your projects. However it’s no good knowing how to do that, if you can’t run the Ant script. So here is a simple...

View Article



[TUT] Using Annotations for Android XML onClick visibility

TweetIn this tutorial I’ll show you how to create a basic Annotation. The idea being you can use this to highlight the entry points into your code. (These entry points coming from XML onClick...

View Article

[TUT] Create your own CheckStyle check

TweetAndroid code is just like any Java system, you need to write tests and have automated code review checks. CheckStyle is a way of double checking your Java code. Checkstyle is a development tool to...

View Article

[TUT] Easier / Quicker Generic Collection Creation

TweetSick of repeating your generics declaration?Sick of repeating your generics declaration? For a quick and easy way to create a collection of objects you can do the below. Create yourself a util...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images