Android

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

Where am I? Display current GPS location

Posted by on May 17, 2011 in Android | 0 comments

Where am I? Display current GPS location

Most android phones benefit from a built-in GPS sensor. This tutorial shows you how to make use of the GPS signal and display the user's current position (latitude and longitude) on the screen.

read more

Splash screen on startup

Posted by on May 15, 2011 in Android | 2 comments

Bigger applications and especially games often feature a loading screen which displays an image for a certain amount of time. In this tutorial you will learn how to add such a splash screen to your application.

read more

HTC Hero Emulator Skin

Posted by on May 14, 2011 in Android | 0 comments

HTC Hero Emulator Skin

When developing apps for the android platform you will most probably use the emulator which comes with the android SDK. To get a better feeling about how your application will look on a real device you can now download the HTC Hero emulator skin!

read more