Posts by mschwarz

VibrantPlayer – an open source MP3 Player!

Posted by on Dec 6, 2011 in Java | 0 comments

VibrantPlayer – an open source MP3 Player!

In 2008 I created a Java Swing-based MP3 player which I called "VibrantPlayer". My intention was to create a beautiful looking media player which could be styled through custom themes, extended via downloadable plugins and which should offer the possibility to edit the ID3 meta data of MP3 songs.

Read More

Uninstall an app programmatically

Posted by on Jun 25, 2011 in Android | 0 comments

Uninstall an app programmatically

In this post entry I will enhance the previous one which lists all currently installed apps on your phone by adding the possiblity to uninstall a selected app. Our example program will also display the file size and installation location of an app upon selection.

Read More

List all installed apps in style

Posted by on May 22, 2011 in Android | 8 comments

List all installed apps in style

In a previous tutorial I showed you how to list all apps that are currently installed on the phone. This tutorial enhances the functionality of the demo program by adding the respective application icons to the list of apps and displaying detailed information about them upon selection.

Read More

List all installed apps

Posted by on May 19, 2011 in Android | 1 comment

List all installed apps

The android plattform offers the unique concept of intents: with their help you can interconnect you app with other apps that are installed on the device. This tutorial shows you how to list all currently installed applications on the phone and offer you a way to start them.

Read More

Background image on JPanel

Posted by on May 18, 2011 in Java | 1 comment

Background image on JPanel

Applications often look sterile and lifeless. Adding a background image is a simple yet effective way to fight boring and dull interfaces.

Read More