Twitter Google Bookmarks
Search
Home

postheadericon Star Trek Clock Widget

Star Trek Clock Widget V3.4.0

Star Trek Clock Widget iconThe Star Trek Clock Widget is a digital clock displaying the current time in a configurable Star Trek language and as stardate. For the ordinary widgets, you can choose from 20 different languages, 20 different background themes and from 6 different widget sizes. The text color and time format can be changed as well. There is an amazing LCARS widget displaying date/time, battery statistics and the stardate. This LCARS widget has four different background themes, including a brand new Into Darkness theme! Furthermore, audio effects are present for the LCARS widgets.

 

Star Trek Clock Widget Love the look of this app, best customer service I've ever had as well.

Scott, April 26th, 2013

 

Love it

This is great for all trekkie geeks just like me. Even better since you've added the extra sound affects.

Dave, January 1st, 2013

 

Fantastic!

Just stumbled upon this app, decided to test it and am very happy I did! Was looking for a stardate display for a long time now. Makes my "tricorder" looks real, LOL!

March 29th, 2012

Read more...

 

postheadericon Print Circuit Board Live Wallpaper

PCB Live Wallpaper V1.7.0 / PCB Live Wallpaper Pro V1.6.0

PCB Live Wallpaper iconThe Print Circuit Board Live Wallpaper displays a print circuit board background with short circuits. You can choose from 6 (Pro) different amazing print circuit board themes, including sound & vibration, the background brightness and the density of the short circuits. The vibration duration is linked to the sound volume. The higher the volume, the longer the vibration. Move to SD card support (Pro). And finally, shake your phone for additional Short Circuits.

Read more...

 

postheadericon Battery Widget

Battery Widget V3.2.0 / Battery Widget 30 days Trial V3.2.0

battery_iconThe Android Battery Widget brings real time graphical visualization of your battery to your phone. On your home screen you will see a circle indication the battery level. The color of the widget shifts gracefully from green (100%) to yellow (50%) and finally turns red (0%). Tap on the widget to see the three (Level, Temperature and Voltage) real time updated graphs on the first screen. Swipe to the second screen and you will see the CPU- and Memory usage. You can choose between a small widget (1x1), a medium widget (2x1)  or a large widget (2x2).

Read more...

 

postheadericon AdvertentieChecker App

AdvertentieChecker V4.0.0 / AdvertentieChecker Pro V4.0.0

The AdvertentieChecker app targets the Dutch auction website Marktplaats.nl. The main purpose of this app is to save the user time by providing a notification in case a new item based on a predefined search criteria is available. Furthermore, single items can be tracked for new bidding's and change of status. Finally, this app provides Bol.com products for a number of categories. This app is only available in Dutch.

Read more...

 

postheadericon How to create a Clock Widget

This article will describe the basics on how to develop a basic digital Clock Widget. A digital Clcok Widget displays the current time. To receive time changes, you need to register your app for the Intent.ACTION_TIME_TICK, Intent.ACTION_TIME_CHANGED (for manual time changes) and Intent.ACTION_TIMEZONE_CHANGED (for timezone changes). A sample application is provided to show the working.

Attachments:
Download this file (SampleClockWidget1.0.0.zip)SampleClockWidget1.0.0.zip11 Kb

Read more...

 

postheadericon How to create a Live Wallpaper

One of the new Android 2.1 features was the Live Wallpaper. This article describes the basis and provides a sample Live Wallpaper.

Attachments:
Download this file (SampleLiveWallpaper.zip)SampleLiveWallpaper.zip13 Kb

Read more...

 

postheadericon How to create an ImageListPreference

The standard android ListPreference does not provide an easy way to display an image for each item if the list. This article describes how you can implement this. The aim is to add the images the same way as the text values are added.

Attachments:
Download this file (SampleImageListPreference.zip)SampleImageListPreference.zip27 Kb

Read more...

 

postheadericon How to create a ColorDialogPreference

The standard set of preferences does not provide a Color wheel·preference. This article describes how you can create a color picker preference. We do this by making use of a DialogPreference with a custom layout and the color picker example provided by Android. The layout is done with custom coding. A sample application is provided to show the working.

Read more...