-
Recent Posts
Categories
- Android (15)
- Applications (9)
- Development (14)
- GLSL (2)
- Java (9)
- LibGDX (2)
- Math (5)
- Photography (1)
- Scala (3)
- Timelapse (1)
- Tips and Tricks (3)
Tags
Archives
Monthly Archives: May 2011
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
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
Using Force-Based Graphs
This is a collection of my experiences using force-based algorithms to draw graphs. I used this algorithm in the Wiki Spiderweb application. Here the good points: Easy to implement Natural looking results User interaction is possible Some influence of placement … Continue reading
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
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 Android, assets, image, programming, resource
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 Android, help, HTML, Java, programming, resource
Leave a comment
Android Simple Sensors 1.1 released
Version 1.1 of the free SimpleSensors application for Android has been published on the Android Market. Changes: backwards compatible with Android 1.5 support pressure + orientation sensors minor user interface ehancements
Android Wiki Spiderweb 1.1 released
Version 1.1 of the Wiki Spiderweb application for Android has been released on the Android Market. Changes: Support for hebrew Wikipedia Support for custom language of Wikipedia Reload default page after language change