Archive for October, 2011
Running Scala on Android
Posted by gamlerhart in akka-mobile, java, software-development on October 18, 2011
For my little pet project Akka-Mobile I need to run Scala on Android. In theory this is dead simple. However in practice there are some issues. When you simply add the Scala runtime library to an Android project you will get an error during dexing. The reason is that the Scala runtime library is just [...]
Read complete post200 Posts, Yeah!
Posted by gamlerhart in 42 on October 13, 2011
Yeah, this my 200th blog post. Back when I started this blog back in 2007 I certainly didn’t anticipate that it will survive this long. However I’m still posting, on average around 4 posts a month. I’m sooo proud of myself =). My Favorite Posts First let’s take a look at the past. Here are [...]
Read complete postAkka-Mobile: The Idea
Posted by gamlerhart in akka-mobile on October 10, 2011
What is Akka-Mobile? Right now it’s an idea. It’s my semester term project at the University of Applied Science in Rapperswil. In this blog post I give a short overview of the idea. What is Akka? Akka is a framework for Scala (and also Java) to bring Erlang style actors (and tons of other things) [...]
Read complete post