Android Market Publisher Console Now Comes With Stats
Google has enabled more detailed statistics for all android applications. There’s a Statistics link just below the download and active installs numbers which will open up a more detailed statistics...
View ArticleMy Year as an Amateur Android Game Developer
Back in February of 2010 I was coding in the offices of our customer – a semi-big Finnish company. It was interesting from a technical perspective, but the project had changed directions about half a...
View ArticleAmateur Android Game Development Tips
I’ve been meaning to write a summary about the feedback I got to my post about being an amateur Android game developer. It was mostly collected from reddit comments, hacker news comments, and comments...
View ArticleBook Review: The Clean Coder
Just finished The Clean Coder by Robert C. Martin. The predecessor, Clean Code, was one of the best books on programming I’ve ever read so the expectations for this book were high. Does it deliver?...
View ArticleAnalyzing a Tech Book: Android Wireless Application Development
Prolog I promised a publisher I’d review their book, Android Wireless Application Development (2nd edition), however, I tried doing a book review earlier and honestly it’s just a snooze to read; so I...
View ArticleOld Map of Helsinki Overlaid
Earlier today I got this obsession of overlaying an aerial view of current day Helsinki over an old map from 1837. I had to rotate and skew the pic to get a better fit and here’s what I turned up with:...
View ArticleScan-Agile
So Scan-Agile is coming up on the 8:th of March. I’ll try to forsee what I’ll go watch from http://scan-agile.org/program/. 10:00 Venkat Subramaniam: How to approach Refactoring – key step to agility...
View ArticleTrying out Redis with Java
I decided to take Redis for a spin on Sunday. Redis is a key-value store and much more. For some good Redis use-cases read:...
View ArticleCanvas vs SVG
I need to create some sort of interactive map. So I did a quick investigation of canvas and svg stuff and thought I’d document my findings. I am by no means an authority on these matters, and my...
View ArticleText game v1
View the raw code: https://raw.github.com/kallebertell/textgame/master/v1/index.html Try it out: http://kallebertell.github.io/textgame/v1/index.html <!DOCTYPE html> <html> <head>...
View Article