Tag Archives: Programming

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

Google launched In-app Billing on Android Market

30 Mar

Google yesterday launched In-app Billing on the Android Market. This feature enables developers to publish apps that use in-app Billing and users can make purchages from within the Android apps. Google writes: Android Market In-app Billing is an Android Market service that lets you sell digital content in your applications. You can use the service [...]

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

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

What is PupSubHubUp?

28 Jan

Pubsubhubbub is “A simple, open, web-hook-based pubsub protocol & open source reference implementation“. But what does this mean? The following video explains it very well: