How to use ScoreNinja for Android App High Scores

My latest application, Tap That! Number uses the ScoreNinja library to integrate global high scores. This library is very easy to include with only a few lines of code. Other solutions such as ScoreLoop try to bundle a full social framework, but ScoreNinja does just one thing – global high scores. In this post I’ll … Read more

Introducing: Tap That! Number

My first Android app is now published and live on the Android Market! As I mentioned in an earlier post, this is a casual game and my first attempt at integrating the AdMob SDK into an Android app. Tap That! Number for Android Download from the Android Market Download from AppBrain Download from SlideME The … Read more

How to add an EULA to your Android App

Many apps available on the Android Market include an End User License Agreement, or EULA. This is a simple dialog that appears when you first launch the app, and presents a licence agreement governing your use of the app. Most often, this dialog explains what information the app will collect from your phone, and how … Read more

First Month on the Android Market

It’s been one month now since I published my first app on the Android market. I thought this would be a great time to share some stats from the first few weeks – how many downloads, how much revenue from AdMob, user engagement figures – all that stuff. Hopefully this will give you some idea … Read more

Tap That! Number v4.0

I’ve just released a new version of Tap That! Number for Android – version 4.0. It’s a major revamp, as I’ve completely re-written the high scores component. Instead of using ScoreNinja (a lightweight high scores library), I’ve opted for Scoreloop, one of the big social gaming platforms. This basically means the whole interface looks a lot … Read more

Live Wallpapers, and PreferenceActivity bugs

I’ve been working on a new app lately – a CPU monitor live wallpaper for Android. There are some great tutorials & sample code out there if you’re looking at starting with live wallpapers. I recommend the Androgames tutorial, as well as the official Android documentation, and CubeLiveWallpaper sample application. Both tutorials take a slightly … Read more

Protecting from Cyber Attackers

Cyber attackers are constantly looking for new ways to gain access to networks. They target servers that run old and poorly-maintained software on purpose. So it’s quite unlikely that hackers will stop looking for opportunities to break into networks. However, they are finding that certain technologies, like the use of firewalls and intrusion prevention systems … Read more

I Won An iPad

You know all those “Win an iPad” competitions that seem to be so prolific throughout online advertising? I’ve seen so many of these competitions that at some point I just stopped paying attention, let alone entering the contest. I never knew anyone who actually won an iPad, so what’s the point of entering? Well just last … Read more

Android Asset Studio – Generate Icons for your Android App

I’d like to introduce you to a wonderful tool which I’ve been using recently for packaging all my Android apps. It’s called the Android Asset Studio, and contains a variety of tools you can use to generate icons for your Android app. If you’re looking for an easy way to generate professional looking launcher icons, … Read more