Open Source
Various open-source software projects I’ve created over the years. As you can see, my earlier work had a strong focus on Android, as well as Java libraries centered around cryptography and security. Most of these projects are available on GitHub and published on Maven Central
BlurTestAndroid
This is a simple App to test some blur algorithms on their visual quality and performance.
Snippet: My solution for a Sliding Drawer that can come from Top
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.