
Android platformer GlowJump released!
It all started with a school project in my studies. For one of my courses I wrote this platform jumper game in Flash. And now, a few years later I finally had time to port it to Android. Check it out!
Change gitflow settings in SourceTree
After setting up gitflow in SourceTree I realized that it calls its development branches develop by default. Since our development branch is called development I was wondering where I could reconfigure gitflow. There is no option for this in SourceTree…
Test Driven Development of a few well known Java Katas
I started test-driving a few well known katas. Don’t expect the perfect deal, as I’m pretty new to TDD. I’m very open for feedbacks and corrections of my kata code. You can find the code on GitHub. Here’s the list…
Useful IntelliJ IDEA Settings
I switched from Eclipse to IntelliJ IDEA a while ago because it kinda was way easier to get the programming environment at work up and running with IntelliJ. And because I use it at work and don’t want to do…
Sharing LibGDX assets
I recently came across the problem of not being able to properly share the “data” folder of my Desktop and Android LibGDX project in IntelliJ IDEA. Now i found 3 solutions for this. Each one has it’s benefits. Solution 1…
Android SDK Tools update fails
If the update of your Android SDK Tools fails, because a folder could not be moved, try this solution: Create a copy of your “tools” folder under your “Android/android-sdk” folder Go into that copied folder and run the file “android.bat”…