Category Archives: Android

The Android OS.

Using GLSL to generate gas giant planets

To be completely honest, the code that is described in this blog is already more than a year old. I just wanted to catch up with the current state of my project. I will therefore try to write several blogs … Continue reading

Posted in Android, Development, GLSL, Java, LibGDX | Leave a comment

Android Wiki Spiderweb 2.0 released

Version 2.0 of the Wiki Spiderweb application for Android has been released on the Android Market. Changes in 2.0: Show images from Wikipedia as nodes. Show preview images in search results. Visited connections turn blue. Hide keyboard after search.

Posted in Android, Applications | Leave a comment

Use app version to show a dialog only after update

I decided to enhance my Android app so that it will show a little dialog with the newest features after starting. If this dialog would show up after every start it would be very annoying. The goal is to show … Continue reading

Posted in Android, Java, Tips and Tricks | Leave a comment

Android Wiki Spiderweb 1.5 released

Version 1.5 of the Wiki Spiderweb application for Android has been released on the Android Market. Changes in 1.5: Double tap the empty space to zoom until all nodes fit on the screen. Improved zooming gesture to avoid occasional jumps. … Continue reading

Posted in Android, Applications | Leave a comment

Make an App available on Android 1.5 and small screen

I have always published my simpler Android applications for all Android devices version 1.5 and higher. I thought this would allow the application to run on the maximal number of devices. Recently I bought a new Android phone for testing: … Continue reading

Posted in Android | Tagged , , , , , | Leave a comment

Android Invasion Published

The free Invasion application for Android has been published on the Android Market. Thanks to all the encouraging feedback and enthusiastic testers: Adrian, Thomas, Irena

Posted in Android, Applications | Tagged , , , | Leave a comment

Managing Android Applications with Library Projects

It can be quite challenging to develop an Android application that should be published in several versions on the Android Market. The main reason for this is the strange and unpredictable way that Android library projects work in Eclipse. The … Continue reading

Posted in Android, Development | Tagged , , , | Leave a comment

Android Wiki Spiderweb Trial 1.1 released

The free trial version 1.1 of the Wiki Spiderweb application for Android has been released on the Android Market. This allows to experiment with the application without having to spend money. Only the Search functionality that is not available in … Continue reading

Posted in Android, Applications | Tagged , , , | Leave a comment

Using images from HTML in assets directory

The last post described how to show an HTML file in Android from the assets directory in the WebView. Sooner or later you will want to show images in the HTML. Solution 1 : Images in assets directory The easy … Continue reading

Posted in Android, Development, Tips and Tricks | Tagged , , , , | Leave a comment

Language specific HTML Help in Android

Sooner or later your application becomes so complex that you want to be helpful to the user. One way of being helpful is to provide a help text that explains how to use the application. Solution 1 : Use a … Continue reading

Posted in Android, Development, Tips and Tricks | Tagged , , , , , | Leave a comment