Live Wallpapers, and PreferenceActivity bugs

Android Live WallpaperI’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 different approach, so make sure you understand the concepts (especially threading) thoroughly before writing your own wallpaper. I started off using the Androgames model, but then ended up completely rewriting the code to optimize battery use. The end result is much more like the CubeLiveWallpaper example.

While coding the settings screen for this app, I ran across two pretty major bugs in the current Android SDK. It seems the implementation of PreferenceActivity is quite broken, and has been for several versions of the SDK. In particular, ListPreference and CheckBoxPreference each have outstanding bugs which nearly every developer will encounter when trying to use these classes.

Read more

This Week in Android: Transdroid, Device Activations, Google+ and Nortel Bid

This is the first in a series of posts I’ll be writing, to highlight some of the most important Android news from the past week. Hopefully it’ll be a useful summary, and also provide some incentive for me to keep the posts coming 🙂 Enjoy!

Transdroid pulled from Android Market

Transdroid, the popular torrent client for Android is the latest app to incur Google’s wrath, as it was pulled from the Android Market earlier this week. This news seemed to slip under the radar in the wake of the Google+ launch. Still no word on why. Perhaps George Lucas noticed the word “droid”?

Half a million Android devices activated per day

Andy Rubin revealed in a tweet that Google is now activating over 500,000 new Android devices per day, and that this figure is growing by 4.4% week over week. This is a big step up from 300,000 late last year. Just think about it – that’s more than 15 million new Android devices each month. And that’s not even counting the unofficial forks.

Read more

Second Month on the Android Market

Statistics bar graphThis post is a little late, but I’ll summarise the monthly stats here in order to present the full picture. My second month (9th May – 8th June) has been pretty straightforward, with Tap That! Number seeing regular growth in much the same pattern as the first month. I’ve now diversified a bit, releasing two new apps which has helped bump up the advertising revenue. Work and study commitments prevented me from spending a lot of time in actual development, but I did manage to push a major update to Tap That! Number – a new “memory mode” with hidden tiles. Read on for the full details from this month’s development, and a look at how the Flurry tracking service compares to Google Analytics.

Read more

Hacker News: The Aftermath

Yesterday, on a whim, I decided to submit one of my articles to Hacker News. I didn’t really expect anything to come of it, due to my previous experience with sites like Digg and Reddit. Well, I was wrong. The article hit the front page of HN within minutes, and stayed there for over 10 hours. By the end of the day (Australian time), this website had handled over 7,000 visitors – which is about 6,500 more than a normal day.

Today, the same article has been featured on Reddit, Twitter and The Next Web, resulting in another 20,000 visits so far. All that exposure has resulting in some very interesting comments from Android and iOS developers alike. I’ve previously been writing for a fairly small audience, it’s a bit of a different experience to get critical review from all over the web. So what have I learned? Two things – that WordPress scales well with caching, and that there’s always someone with a different point of view.

Read more

Development Update

The Samsung Galaxy S2 is the most popular phone in Samsung's Android lineupThis blog has been pretty quiet lately. I haven’t been able to post anything for a while due to work and study commitments. Hopefully in the next few weeks I’ll be able to get back into things, and post about my second month on the Android Market.

In the meantime, here’s a quick update on what’s been happening in the past few weeks.

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, or simply trying to resize your company logo to fit the Android notification tray, look no further. This handy little website is the perfect tool for all your Android icon needs.

Read more

AdMob Code Update Available

AdMob LogoAdMob recently released an update to the Android and iPhone SDK. Many developers have noticed a message on their “Sites & Apps” report indicating there is a “code update available“. However, AdMob don’t seem to have released a changelog or any release notes indicating what has actually changed in this latest version (v 4.1.0). So what’s the deal – should you upgrade?

Read more

First Month on the Android Market

Chart showing Android version distributionIt’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 of how far I’ve come with this first app in one month, and what opportunity there is for further growth. There are plenty of screenshots, so you’ll get to see exactly what has been happening in detail.

Read more