Skip to main content
  1. Tags/

java

indoor-positioning

GitHub · · Java · 50 · v1.2.0
A full-featured indoor positioning system that was developed during my master thesis. It has a javascript based rich UI and has a server-client architecture.

density-converter

A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.

Dali

GitHub · · Java · 1051 · v0.4.0
Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.

morseme

GitHub · · Java · 4
A very simple Android app that can morse given input through audio, vibration and light flash. Also can morse your SMS.

tuwien

GitHub · · Java · 1
Miscellaneous projects done during my studies in computer science at the Vienna University of Technology from about 2009 to 2011.

Snippet: My solution for a Sliding Drawer that can come from Top

Gist · · Java · 4 Comments · 3 Files
My solution for a Sliding Drawer that can come from Top: I extracted SlidingTray from this lib http://aniqroid.sileria.com/doc/api/ (by Ahmed Shakil) and refactored it a bit since it had some quirks needed to be used within this lib. It consists of 1 class and you have to add atts in your attrs.xml. Other than that it has pretty much the same usage as SlidingDrawer with the additional “orientation” attribute.