Tag Archives: Java

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 [...]

How to install (Oracle) Sun Java SDK 1.6.x (Java 6) on Ubuntu

10 Jan

Dieser Beitrag beschreibt die Installation des Sun Java SDK 1.6.x on Ubuntu (Maverick). The English explanation on how to install Sun Java SDK 1.6.x can be found here. Canonical-Partner Repositories aktivieren: Dies geschieht unter “System” -> “Systemverwaltung” -> “Synaptic Paketverwalung”. In der Paketverwaltung finden sich die Paketquellen unter dem Menüpunkt “Einstellungen”. In den Einstellungen wechselt [...]

[video] – Developing Android REST Client Applications

13 Dec

Virgil Dobjanschi demonstrates in this Google I/O session patterns for developing RESTful applications on the Android platform. (via Google I/O 2010) Related articles Android Market gets an update – Christmas come early? (geek.com) Developing Android Applications with Adobe AIR: Rough Cuts Version (oreilly.com) Video: Google releases YouTube 2.1 for Android 2.2 and later devices [Watch [...]

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 [...]