Tag Archives: Languages

Introducing Robotium – A Testing Framework for Android

19 Apr

Robotium is an open source testing framework for Android applications. It makes it easy to write complex black-box test cases. Test driven development is a methology where tests are written before the actual application. 1. Write a testcase 2. Watch it failing 3. Write the actual source code in you application which enables the test [...]

JavaFX Links of the Week 1, February 2010

1 Feb

Today I decided to post regularly interesting JavaFX links of the past week. Thanks to Jonathan Giles for his great posts on “Java Desktop Links of the Week”. The JavaFX links are just taken from Jonathan’s posts in order to build a little JavaFX news archieve on my own blog and to inform my subscribers [...]

[Tutorial] – Java Online Programming Course

8 Oct

For everybody who likes to learn the Java programming language or who is forced to learn Java I have found a great online tutorial teaching you the essence of Java programming. Specially students should pay attention to this course as it gives a really good introduction to the Java programming language. The online course can [...]